diff options
| author | Chris Garcia <[email protected]> | 2016-09-12 00:50:14 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-11 22:50:14 -0700 |
| commit | 8b13c51a0ee8a1c9e56e5b7cb058c2d62a1258e4 (patch) | |
| tree | 277b0ff5a88581a4d970331aa2c0a739c374df28 | |
| parent | a27a488002aafb6725e80f63d7022f9af32df669 (diff) | |
| download | bootstrap-8b13c51a0ee8a1c9e56e5b7cb058c2d62a1258e4.tar.xz bootstrap-8b13c51a0ee8a1c9e56e5b7cb058c2d62a1258e4.zip | |
Removing a redundant background-color declaration. (#20698)
| -rw-r--r-- | scss/_navbar.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index ce4e02431..c91e830bd 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -110,7 +110,6 @@ padding: .5rem .75rem; font-size: $font-size-lg; line-height: 1; - background-color: transparent; background: transparent no-repeat center center; background-size: 24px 24px; border: $border-width solid transparent; |
