1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

CSS: doc fixes (#36425)

* Remove unused attributes

* Use utilities rather than using new CSS

* Removed unused class

* Change StackBlitz icon `aria-label` + small inconsistency
This commit is contained in:
Louis-Maxime Piton
2022-05-24 19:39:57 +02:00
committed by GitHub
parent afef596f20
commit dea14df8ca
6 changed files with 14 additions and 25 deletions

View File

@@ -90,10 +90,6 @@
}
}
.masthead-followup-svg {
filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .125));
}
.masthead-notice {
background-color: var(--bd-accent);
box-shadow: inset 0 -1px 1px rgba(var(--bs-body-color-rgb), .15), 0 .25rem 1.5rem rgba(var(--bs-body-bg-rgb), .75);