Added a hover color to i elements inside the dropdown-submenu-open class.

This commit is contained in:
Slade Price 2020-01-02 11:49:29 -07:00 committed by Frédéric Guillot
parent cce083a8ed
commit 0cf6683f2d
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -55,6 +55,10 @@ ul.dropdown-submenu-open {
color: #fff
}
.dropdown-submenu-open li:hover i {
color: #fff
}
.dropdown-submenu-open a {
text-decoration: none;
color: #333