0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;