mirror of
https://github.com/manilarome/the-glorious-startpage.git
synced 2024-11-27 10:03:27 +01:00
differentiate hover and active in web menu buttons
This commit is contained in:
parent
d88e91777d
commit
24d59af96f
@ -137,11 +137,13 @@
|
||||
}
|
||||
|
||||
.webItem:hover {
|
||||
background: var(--base-hover-bg);
|
||||
box-shadow: 0 0 0 1px var(--base-hover-bg) inset;
|
||||
}
|
||||
|
||||
.webItem:active {
|
||||
background: var(--base-active-bg);
|
||||
box-shadow: 0 0 0 1px var(--base-hover-bg) inset;
|
||||
border-radius: var(--rounded-radius);
|
||||
}
|
||||
|
||||
.webItemFocus {
|
||||
|
Loading…
Reference in New Issue
Block a user