Added a hover color to i elements inside the dropdown-submenu-open class.
This commit is contained in:
parent
cce083a8ed
commit
0cf6683f2d
File diff suppressed because one or more lines are too long
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue