diff options
| author | XhmikosR <[email protected]> | 2017-11-06 02:23:36 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-06 02:23:36 +0200 |
| commit | 34d745540d690086cdfc4ce648963f9acdc56bdb (patch) | |
| tree | b70b623cae6707954441fb1466ebd82439fd8727 /scss/_navbar.scss | |
| parent | f74fe3a45be95cd9a07926c442ae8e72c1018006 (diff) | |
| download | bootstrap-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.scss | 2 |
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); |
