deemixer/src/styles/scss/base/_mixins.scss
2020-06-09 22:32:54 +02:00

6 lines
76 B
SCSS

@mixin removeSelectionBackground {
&::selection {
background: none;
}
}