1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Convert background shorthands to separate properties

This commit is contained in:
Martijn Cuppens
2019-12-19 10:38:43 +01:00
committed by XhmikosR
parent 980c5fd728
commit dc64ff3314
6 changed files with 17 additions and 7 deletions

View File

@@ -14,7 +14,10 @@
.dropdown-item.active {
font-weight: 600;
color: $gray-900;
background: escape-svg($dropdown-active-icon) no-repeat .4rem .6rem/.75rem .75rem;
background-image: escape-svg($dropdown-active-icon);
background-repeat: no-repeat;
background-position: .4rem .6rem;
background-size: .75rem .75rem;
}
@include media-breakpoint-up(md) {