]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use the background shorthand.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 21 Jul 2019 14:53:36 +0000 (17:53 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 22 Jul 2019 14:13:44 +0000 (17:13 +0300)
site/static/docs/4.3/assets/scss/_nav.scss

index 265bdd72e01396153b028419645cdecae3c950ec..014d6ae66b07dc0c21bc0a3fe58afe1e9148c5cc 100644 (file)
   .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;
   }
 }