Skip to content

Commit

Permalink
Add transparent background color to versions switcher (twbs#30192)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and olsza committed Oct 3, 2020
1 parent 7e831c6 commit 78e64e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/assets/scss/_subnav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 78e64e2

Please sign in to comment.