deemix-webui/src/styles/scss/base/_mixins.scss

6 lines
78 B
SCSS
Raw Normal View History

@mixin remove-selection-background {
2020-06-09 20:32:54 +00:00
&::selection {
background: none;
}
}