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

6 lines
76 B
SCSS
Raw Normal View History

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