We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e0329 commit 6416d3bCopy full SHA for 6416d3b
scss/mixins/_elevation.scss
@@ -6,7 +6,7 @@
6
box-shadow: map.get($elevations, $value);
7
8
@if $enable-dark-mode {
9
- [data-coreui-theme]:not([data-coreui-theme="dark"]) & {
+ [data#{$data-infix}theme]:not([data#{$data-infix}theme="dark"]) & {
10
&:not([class*="border"]) {
11
border: 0;
12
}
0 commit comments