Fixed status bar hover CSS

This commit is contained in:
Geomitron
2021-04-10 20:52:24 -05:00
parent 3afbf1c49f
commit a472bdb7d0

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 {