ildi-wp/dev/scss/elements/_links.scss

6 lines
67 B
SCSS
Raw Normal View History

2018-04-24 20:41:34 -05:00
body:not(.is-touch) {
a:hover {
text-decoration: none;
}
}