1
0
Fork 0
peertube/client/src/sass/_mixins.scss

7 lines
132 B
SCSS
Raw Normal View History

2017-12-01 12:08:46 +00:00
@mixin disable-default-a-behaviour {
&:hover, &:focus {
text-decoration: none !important;
outline: none !important;
}
}