Skip to content
Snippets Groups Projects
Commit 749697a9 authored by Ivica Puljic's avatar Ivica Puljic Committed by Ivica Puljic
Browse files

Issue #3369093 by pivica: Allow disabling $navbar-toggler-icon-bg SASS variable

parent 639287e8
No related branches found
No related tags found
No related merge requests found
...@@ -90,8 +90,10 @@ body.toolbar-fixed .toolbar-oriented .toolbar-bar { ...@@ -90,8 +90,10 @@ body.toolbar-fixed .toolbar-oriented .toolbar-bar {
} }
color: $navbar-toggler-color; color: $navbar-toggler-color;
&-icon { @if $navbar-toggler-icon-bg {
background-image: escape-svg($navbar-toggler-icon-bg); &-icon {
background-image: escape-svg($navbar-toggler-icon-bg);
}
} }
@if $navbar-toggler-close-icon-bg { @if $navbar-toggler-close-icon-bg {
&[aria-expanded="true"] { &[aria-expanded="true"] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment