mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-03 10:23:05 +02:00
Deprecate the Sass var and remove any occurence of the .text-muted
(#37890)
This commit is contained in:
committed by
GitHub
parent
934d7a0c1a
commit
9042efd0f8
@@ -44,7 +44,7 @@
|
||||
}
|
||||
|
||||
.DocSearch-Container {
|
||||
--docsearch-muted-color: #{$text-muted};
|
||||
--docsearch-muted-color: var(--bs-secondary-color);
|
||||
--docsearch-hit-shadow: none;
|
||||
|
||||
z-index: 2000; // Make sure to be over all components showcased in the documentation
|
||||
|
Reference in New Issue
Block a user