Skip to content

Commit 3b40ebf

Browse files
authored
Remove active border on pointing menu (#30486)
It looks better when these menus don't flash a border-bottom on click.
1 parent 2dc7e9e commit 3b40ebf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_src/css/modules/menu.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@
588588
.ui.secondary.pointing.menu .dropdown.item:active,
589589
.ui.secondary.pointing.menu a.item:active {
590590
background-color: transparent;
591-
border-color: var(--color-secondary);
592591
}
593592

594593
.ui.secondary.pointing.menu .active.item {

0 commit comments

Comments
 (0)