mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00:00
Use separate class for tippy targets (#20742)
Previous solution that re-purposed the 'hide' class by making it `!important` had various unintended side-effects where jQuery .show() was not able to outweight it. Use a separate class to prevent these interactions.
This commit is contained in:
@@ -1315,7 +1315,7 @@ footer {
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none !important;
|
||||
display: none;
|
||||
|
||||
&.show-outdated {
|
||||
display: none !important;
|
||||
|
Reference in New Issue
Block a user