1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

Update subnav to remove breadcrumb and just keep versions and search (#29368)

This commit is contained in:
Mark Otto
2019-09-05 11:43:31 -07:00
committed by XhmikosR
parent c6a82fcc6f
commit eb49bd11c9
5 changed files with 20 additions and 16 deletions

View File

@@ -35,3 +35,20 @@
box-shadow: 0 0 0 3px rgba($bd-download, .25);
}
}
.btn-bd-light {
color: $gray-600;
border-color: $gray-300;
.show > &,
&:hover,
&:active {
color: $bd-purple-bright;
background-color: $white;
border-color: $bd-purple-bright;
}
&:focus {
box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25);
}
}

View File

@@ -3,10 +3,6 @@
backdrop-filter: blur(1rem);
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15);
.booticon {
opacity: .25;
}
.dropdown-menu {
@include font-size(.875rem);
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);