2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Extended form validation states customization capabilities (#31757)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Dmytro Yaremenko
2020-12-17 07:07:48 +02:00
committed by GitHub
parent b424650ab5
commit 8984255158
4 changed files with 18 additions and 8 deletions
+1
View File
@@ -12,6 +12,7 @@ toc: true
### Sass
- Extended the `.visually-hidden-focusable` helper to also work on containers, using `:focus-within`.
- Extended form validation states customization capabilities. Added three new optional parameters to the `form-validation-state` mixin: `tooltip-color`, `tooltip-bg-color`, `focus-box-shadow`. These parameters can be set in the `$form-validation-states` map. [See #31757](https://github.com/twbs/bootstrap/pull/31757).
### JavaScript