diff options
author | silverwind <me@silverwind.io> | 2024-04-15 20:22:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 18:22:53 +0000 |
commit | 3b40ebf895307a705738df3c5aba31843f0be74d (patch) | |
tree | f4ba84378e52bcd1204c4914a905cf2d6a696e91 /web_src/css | |
parent | 2dc7e9e5fe66a361021e41046f7a88e61a45300b (diff) | |
download | gitea-3b40ebf895307a705738df3c5aba31843f0be74d.tar.gz gitea-3b40ebf895307a705738df3c5aba31843f0be74d.zip |
Remove active border on pointing menu (#30486)
It looks better when these menus don't flash a border-bottom on click.
Diffstat (limited to 'web_src/css')
-rw-r--r-- | web_src/css/modules/menu.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/css/modules/menu.css b/web_src/css/modules/menu.css index 2581d8fab2..a392ffb5e9 100644 --- a/web_src/css/modules/menu.css +++ b/web_src/css/modules/menu.css @@ -588,7 +588,6 @@ .ui.secondary.pointing.menu .dropdown.item:active, .ui.secondary.pointing.menu a.item:active { background-color: transparent; - border-color: var(--color-secondary); } .ui.secondary.pointing.menu .active.item { |