Remove active border on pointing menu (#30486)
It looks better when these menus don't flash a border-bottom on click.
This commit is contained in:
parent
2dc7e9e5fe
commit
3b40ebf895
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user