forked from forgejo/forgejo
First step to refactor the .hide
to .gt-hidden
(#22916)
A separate PR from #22884 (without touching the jQuery methods)
This commit is contained in:
parent
6c90f5e4c0
commit
2e97a77e12
5 changed files with 20 additions and 26 deletions
|
@ -1807,16 +1807,9 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: refactor to use ".gt-hidden" instead (a simple search&replace should do the trick)
|
||||
.hide {
|
||||
display: none;
|
||||
|
||||
&.show-outdated {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
&.hide-outdated {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.center:not(.popup) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue