0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Fix selector for dark mode navbar toggler SVG change

This commit is contained in:
Mark Otto 2022-12-29 12:37:30 -08:00 committed by Mark Otto
parent 433558dec2
commit dabc081f6f

View File

@ -279,7 +279,7 @@
@if $enable-dark-mode {
@include color-mode(dark) {
.navbar {
.navbar-toggler-icon {
--#{$prefix}navbar-toggler-icon-bg: #{escape-svg($navbar-dark-toggler-icon-bg)};
}
}