Skip to content

Commit

Permalink
Remove active border on pointing menu (#30486)
Browse files Browse the repository at this point in the history
It looks better when these menus don't flash a border-bottom on click.
  • Loading branch information
silverwind authored Apr 15, 2024
1 parent 2dc7e9e commit 3b40ebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web_src/css/modules/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3b40ebf

Please sign in to comment.