6 lines
78 B
SCSS
6 lines
78 B
SCSS
@mixin remove-selection-background {
|
|
&::selection {
|
|
background: none;
|
|
}
|
|
}
|