Skip to content

Commit 92bc86a

Browse files
committed
chore: clean-up
1 parent eb1965a commit 92bc86a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scss/tests/mixins/_color-modes.test.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
}
2020
}
2121
@include expect() {
22-
.dark-theme .element, // TODO: remove in v5
2322
[data-coreui-theme=dark] .element {
2423
color: var(--cui-primary-text-emphasis);
2524
background-color: var(--cui-primary-bg-subtle);
2625
}
27-
.dark-theme, // TODO: remove in v5
2826
[data-coreui-theme=dark] {
2927
--custom-color: #6610f2;
3028
}

0 commit comments

Comments
 (0)