Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // line 27ish
  2.  
  3. // ID selectors are naughty!
  4.  
  5. // The :active state only applies if .active isn't
  6.  
  7. li.active .c-btn-filter,
  8. li:not(.active) .c-btn-filter:active,
  9. li:not(.active) .c-btn-filter:focus {
  10. color: grey(80);
  11. background-color: white
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement