]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add transparent background color to versions switcher (#30192)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Sun, 16 Feb 2020 19:49:54 +0000 (20:49 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Feb 2020 19:49:54 +0000 (21:49 +0200)
site/assets/scss/_subnav.scss

index 3b17008d844d9ceb05b4931f933ed5b6af2b0130..e0492edc1b7bb96d7674295492fe7158344ee49e 100644 (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;