diff options
| author | XhmikosR <[email protected]> | 2019-07-21 17:53:36 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-22 17:13:44 +0300 |
| commit | 8780d9360a5b5f142650b3fbcebe7166fe903517 (patch) | |
| tree | fe0e3ab448a2d7106a80f68cb4b6173648a3471f | |
| parent | 3f27053c44eafef7d85f7a8a8a52a6982de10b40 (diff) | |
| download | bootstrap-8780d9360a5b5f142650b3fbcebe7166fe903517.tar.xz bootstrap-8780d9360a5b5f142650b3fbcebe7166fe903517.zip | |
Use the background shorthand.
| -rw-r--r-- | site/static/docs/4.3/assets/scss/_nav.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/site/static/docs/4.3/assets/scss/_nav.scss b/site/static/docs/4.3/assets/scss/_nav.scss index 265bdd72e..014d6ae66 100644 --- a/site/static/docs/4.3/assets/scss/_nav.scss +++ b/site/static/docs/4.3/assets/scss/_nav.scss @@ -112,10 +112,6 @@ .dropdown-item.active { font-weight: 600; color: $gray-900; - background-color: transparent; - background-image: escape-svg($dropdown-active-icon); - background-repeat: no-repeat; - background-position: .4rem .6rem; - background-size: .75rem .75rem; + background: escape-svg($dropdown-active-icon) no-repeat .4rem .6rem/.75rem .75rem; } } |
