Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. .push-nav > .active > a,
  2. .push-nav > .active > a:hover,
  3. .push-nav > .active > a:focus {
  4. background:#000;
  5. color: #fff;
  6. }
  7.  
  8. .push-nav > .active > a,
  9. .push-nav > .active > a:focus {
  10. background:#000;
  11. color: #fff;
  12.  
  13. &:hover {
  14. &:extend(.push-nav > .active > a);
  15. }
  16. }
  17.  
  18. .push-nav > .active > a,
  19. .push-nav > .active > a:focus {
  20. background: #000;
  21. color: #fff;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement