File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- /* stylelint-disable declaration-no-important, scss/selector-no-redundant-nesting-selector */
1+ /* stylelint-disable scss/selector-no-redundant-nesting-selector */
22@use " @coreui/coreui/scss/variables" as * with (
33 $enable-deprecation-messages : false
44);
109109
110110@include color-mode (dark ) {
111111 .example .tab-content {
112- background-color : var (--#{$prefix}secondary-bg ) !important ;
112+ background-color : var (--#{$prefix}secondary-bg );
113113 }
114114}
Original file line number Diff line number Diff line change 11@use " @coreui/coreui/scss/coreui" as * with (
22 $enable-deprecation-messages : false
33);
4- @use " vendors/simplebar" as * ;
4+ @use " vendors/simplebar" ;
55
66body {
77 background-color : var (--cui-tertiary-bg );
You can’t perform that action at this time.
0 commit comments