1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

Fix .form-control in dark mode (#37893)

* Fix .form-control in dark mode

* Remove CSS vars from docs
This commit is contained in:
Mark Otto
2023-01-16 15:56:23 -08:00
committed by GitHub
parent b3febfb000
commit ca88999448
3 changed files with 2 additions and 13 deletions

View File

@@ -173,12 +173,6 @@ Learn more about [support for datalist elements](https://caniuse.com/datalist).
## CSS
### Variables
Form controls make use of a small amount of CSS variables to support custom styling across color modes.
{{< scss-docs name="form-control-vars" file="scss/_root.scss" >}}
### Sass variables
`$input-*` are shared across most of our form controls (and not buttons).