differentiate hover and active in web menu buttons

This commit is contained in:
Gerome Matilla 2020-06-05 09:34:06 +08:00
parent d88e91777d
commit 24d59af96f

View File

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