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

6 lines
78 B
SCSS

@mixin remove-selection-background {
&::selection {
background: none;
}
}