Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.1/examples/headers/headers.css')
-rw-r--r--site/content/docs/5.1/examples/headers/headers.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/site/content/docs/5.1/examples/headers/headers.css b/site/content/docs/5.1/examples/headers/headers.css
index 2533841c59..8230c9a5f5 100644
--- a/site/content/docs/5.1/examples/headers/headers.css
+++ b/site/content/docs/5.1/examples/headers/headers.css
@@ -1,11 +1,7 @@
.form-control-dark {
- color: #fff;
- background-color: var(--bs-dark);
border-color: var(--bs-gray);
}
.form-control-dark:focus {
- color: #fff;
- background-color: var(--bs-dark);
border-color: #fff;
box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}