Skip to content

Commit 182c7de

Browse files
committed
fix: the dark color scheme doesn't work if [data-coreui-theme="dark"] is attached directly to button
1 parent 4af7603 commit 182c7de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_close.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
filter: var(--#{$prefix}btn-close-white-filter);
5151
}
5252

53+
.btn-close[data-coreui-theme="dark"],
5354
.btn-close-white {
5455
@include btn-close-white();
5556
}

0 commit comments

Comments
 (0)