Guest User

Untitled

a guest
Oct 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // SASS
  2.  
  3. .header-main ul.inline li {
  4. & a:hover {
  5. background-color: $dkblue;
  6. }
  7. &.active-trail a {
  8. background-color: $dkblue;
  9. }
  10. }
  11.  
  12. //CSS
  13.  
  14. .header-main ul.inline li a:hover,
  15. .header-main ul.inline li.active-trail a {
  16. background-color: $dkblue;
  17. }
Add Comment
Please, Sign In to add comment