Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. a:not([href]):not([tabindex]) {
  2. color: inherit;
  3. text-decoration: none;
  4.  
  5. @include hover-focus {
  6. color: inherit;
  7. text-decoration: none;
  8. }
  9.  
  10. &:focus {
  11. outline: 0;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement