mirror of
https://gitee.com/gitea/gitea
synced 2025-11-03 08:00:24 +08:00
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.