mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Use the background shorthand.
This commit is contained in:
@@ -112,10 +112,6 @@
|
|||||||
.dropdown-item.active {
|
.dropdown-item.active {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: $gray-900;
|
color: $gray-900;
|
||||||
background-color: transparent;
|
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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user