diff options
| author | XhmikosR <[email protected]> | 2019-07-21 17:53:36 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-30 15:43:38 +0300 |
| commit | eeea63315003ea9e191bdd0b2690d50e6a86fdf6 (patch) | |
| tree | 5fa22ee94479185da65f5234144baba67f0d0e9b | |
| parent | a5d280365b5dd9cc0c263b7cb96b383f7cdbaa01 (diff) | |
| download | bootstrap-eeea63315003ea9e191bdd0b2690d50e6a86fdf6.tar.xz bootstrap-eeea63315003ea9e191bdd0b2690d50e6a86fdf6.zip | |
Use the background shorthand.
| -rw-r--r-- | site/docs/4.3/assets/scss/_nav.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/site/docs/4.3/assets/scss/_nav.scss b/site/docs/4.3/assets/scss/_nav.scss index 6de8447a8..8958ccde1 100644 --- a/site/docs/4.3/assets/scss/_nav.scss +++ b/site/docs/4.3/assets/scss/_nav.scss @@ -66,10 +66,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; } } |
