mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add transparent background color to versions switcher (#30192)
This commit is contained in:
parent
90375b5433
commit
2e581510dc
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue