Source : http://stackoverflow.com/questions/18017988/how-to-keep-hover-state-on-parent-when-on-child-element
1 2 3 |
.sf-menu > li:hover > a { background: #444; } |
Source : http://stackoverflow.com/questions/18017988/how-to-keep-hover-state-on-parent-when-on-child-element
1 2 3 |
.sf-menu > li:hover > a { background: #444; } |
© 2021 devfrontend.info
Theme by Anders Norén — Up ↑