File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 -- #{$variable-prefix } dropdown-inner-border : #{$dropdown-inner-border-radius } ;
2929 -- #{$variable-prefix } dropdown-divider-bg : #{$dropdown-divider-bg } ;
3030 -- #{$variable-prefix } dropdown-divider-margin-y : #{$dropdown-divider-margin-y } ;
31- -- #{$variable-prefix } dropdown-shadow : #{$dropdown-box-shadow } ;
31+ -- #{$variable-prefix } dropdown-box- shadow : #{$dropdown-box-shadow } ;
3232 -- #{$variable-prefix } dropdown-link-color : #{$dropdown-link-color } ;
3333 -- #{$variable-prefix } dropdown-link-hover-color : #{$dropdown-link-hover-color } ;
3434 -- #{$variable-prefix } dropdown-link-hover-bg : #{$dropdown-link-hover-bg } ;
5454 background-clip : padding-box ;
5555 border : var (--#{$variable-prefix}dropdown-border-width ) solid var (--#{$variable-prefix}dropdown-border-color );
5656 @include border-radius (var (--#{$variable-prefix}dropdown-border-radius ));
57- @include box-shadow (var (--#{$variable-prefix}dropdown-shadow ));
57+ @include box-shadow (var (--#{$variable-prefix}dropdown-box- shadow ));
5858
5959 & [data-bs-popper ] {
6060 top : 100% ;
229229 -- #{$variable-prefix } dropdown-color : #{$dropdown-dark-color } ;
230230 -- #{$variable-prefix } dropdown-bg : #{$dropdown-dark-bg } ;
231231 -- #{$variable-prefix } dropdown-border-color : #{$dropdown-dark-border-color } ;
232- -- #{$variable-prefix } dropdown-shadow : #{$dropdown-dark-box-shadow } ;
232+ -- #{$variable-prefix } dropdown-box- shadow : #{$dropdown-dark-box-shadow } ;
233233 -- #{$variable-prefix } dropdown-link-color : #{$dropdown-dark-link-color } ;
234234 -- #{$variable-prefix } dropdown-link-hover-color : #{$dropdown-dark-link-hover-color } ;
235235 -- #{$variable-prefix } dropdown-divider-bg : #{$dropdown-dark-divider-bg } ;
You can’t perform that action at this time.
0 commit comments