From eeea63315003ea9e191bdd0b2690d50e6a86fdf6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 21 Jul 2019 17:53:36 +0300 Subject: [PATCH] Use the background shorthand. --- site/docs/4.3/assets/scss/_nav.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/docs/4.3/assets/scss/_nav.scss b/site/docs/4.3/assets/scss/_nav.scss index 6de8447a83..8958ccde1d 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; } }