mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-24 20:01:46 +02:00
Don't show background on hover
This commit is contained in:
parent
2d1e317c1f
commit
176f14df70
@ -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…
x
Reference in New Issue
Block a user