Don't show background on hover
This commit is contained in:
parent
2d1e317c1f
commit
176f14df70
1 changed files with 2 additions and 2 deletions
|
|
@ -52,10 +52,10 @@
|
|||
padding-block: .9rem;
|
||||
padding-inline: var(--content-bounds-padding);
|
||||
cursor: pointer;
|
||||
transition: background-color .3s;
|
||||
transition: background-color .2s;
|
||||
}
|
||||
|
||||
.mobile-navigation-actions > *:hover, .mobile-navigation-actions > *:active {
|
||||
.mobile-navigation-actions > *:active {
|
||||
background-color: var(--color-widget-background-highlight);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue