8000 refactor: add support for data infix variable · coreui/coreui-pro@6416d3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6416d3b

Browse files
committed
refactor: add support for data infix variable
1 parent 15e0329 commit 6416d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/mixins/_elevation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
box-shadow: map.get($elevations, $value);
77

88
@if $enable-dark-mode {
9-
[data-coreui-theme]:not([data-coreui-theme="dark"]) & {
9+
[data#{$data-infix}theme]:not([data#{$data-infix}theme="dark"]) & {
1010
&:not([class*="border"]) {
1111
border: 0;
1212
}

0 commit comments

Comments
 (0)
0