From: XhmikosR Date: Sun, 21 Jul 2019 14:53:36 +0000 (+0300) Subject: Use the background shorthand. X-Git-Tag: v5.0.0-alpha1~959 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8780d9360a5b5f142650b3fbcebe7166fe903517;p=thirdparty%2Fbootstrap.git Use the background shorthand. --- diff --git a/site/static/docs/4.3/assets/scss/_nav.scss b/site/static/docs/4.3/assets/scss/_nav.scss index 265bdd72e0..014d6ae66b 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; } }