We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
::selection
1 parent 00c7645 commit f9987afCopy full SHA for f9987af
src/support/mixins/color-modes.scss
@@ -1,7 +1,6 @@
1
@mixin color-mode-theme($theme-name, $include-root: false) {
2
@if $include-root {
3
:root,
4
- ::selection,
5
[data-color-mode="light"][data-light-theme="#{$theme-name}"],
6
[data-color-mode="dark"][data-dark-theme="#{$theme-name}"] {
7
@content;
@@ -33,7 +32,6 @@
33
32
@mixin color-mode($mode) {
34
@if $mode == light {
35
36
37
[data-color-mode="light"][data-light-theme*="#{$mode}"],
38
[data-color-mode="dark"][data-dark-theme*="#{$mode}"] {
39
0 commit comments