Submenu hover fix

Removes the hover off submenu buttons for old themes.
This commit is contained in:
tersiswilvin 2022-08-11 01:53:22 -07:00
parent 7111bbd1a7
commit 532d9f3467
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ html {
Height: 40px;
}
.navbarbuttoncontainer li:hover {
.navbarbuttoncontainer li:hover, .Redesign .smallnavbarbutton:hover {
background: none;
}

View File

@ -40,7 +40,7 @@ html {
Height: 40px;
}
.navbarbuttoncontainer li:hover {
.navbarbuttoncontainer li:hover, .Redesign .smallnavbarbutton:hover {
background: none;
}