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:
silverwind 2024-04-15 20:22:53 +02:00 committed by GitHub
parent 2dc7e9e5fe
commit 3b40ebf895
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {