1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Rename $navbar-*-toggler-bg to $navbar-*-toggler-icon-bg since it's placed on .navbar-toggler-icon (#22564)

This commit is contained in:
Patrick Yeo
2017-05-26 20:55:07 -07:00
committed by Mark Otto
parent 4a8728d54c
commit f2829dd6ea
2 changed files with 4 additions and 4 deletions

View File

@@ -230,7 +230,7 @@
}
.navbar-toggler-icon {
background-image: $navbar-light-toggler-bg;
background-image: $navbar-light-toggler-icon-bg;
}
.navbar-text {
@@ -275,7 +275,7 @@
}
.navbar-toggler-icon {
background-image: $navbar-inverse-toggler-bg;
background-image: $navbar-inverse-toggler-icon-bg;
}
.navbar-text {