Fixed status bar hover CSS

This commit is contained in:
Geomitron
2021-04-13 22:37:03 -05:00
parent 3afbf1c49f
commit a472bdb7d0
+1 -1
View File
@@ -164,7 +164,7 @@ html,
.ui.top.menu .item:hover {
background-color: var(--dk-12dp-hovered) !important;
}
#bottomMenu .item:hover {
#bottomMenu a:hover {
background-color: var(--dk-12dp-hovered) !important;
}
.ui.top.menu .item.active {