6 lines
76 B
SCSS
6 lines
76 B
SCSS
@mixin removeSelectionBackground {
|
|
&::selection {
|
|
background: none;
|
|
}
|
|
}
|