1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00

Add transparent background color to versions switcher (#30192)

This commit is contained in:
Martijn Cuppens
2020-02-16 20:49:54 +01:00
committed by GitHub
parent 90375b5433
commit 2e581510dc

View File

@@ -14,6 +14,7 @@
.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;