mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 16:58:37 +00:00
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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user