aboutsummaryrefslogtreecommitdiff
path: root/scss/_navbar.scss
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-11-06 02:23:36 +0200
committerGitHub <[email protected]>2017-11-06 02:23:36 +0200
commit34d745540d690086cdfc4ce648963f9acdc56bdb (patch)
treeb70b623cae6707954441fb1466ebd82439fd8727 /scss/_navbar.scss
parentf74fe3a45be95cd9a07926c442ae8e72c1018006 (diff)
downloadbootstrap-34d745540d690086cdfc4ce648963f9acdc56bdb.tar.xz
bootstrap-34d745540d690086cdfc4ce648963f9acdc56bdb.zip
Minor Sass consistency changes. (#24677)
* use `background-color` instead of the shorthand * use `outline: 0` consistently * fix transform order * remove quotes from `SFMono-Regular`
Diffstat (limited to 'scss/_navbar.scss')
-rw-r--r--scss/_navbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index 6b023e82e..64766eb76 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -109,7 +109,7 @@
padding: $navbar-toggler-padding-y $navbar-toggler-padding-x;
font-size: $navbar-toggler-font-size;
line-height: 1;
- background: transparent; // remove default button style
+ background-color: transparent; // remove default button style
border: $border-width solid transparent; // remove default button style
@include border-radius($navbar-toggler-border-radius);