1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00
This commit is contained in:
louismaximepiton
2023-07-17 12:08:24 +02:00
committed by Mark Otto
parent ea21de1674
commit cc5a8a9036
2 changed files with 3 additions and 2 deletions

View File

@@ -84,7 +84,8 @@
}
}
> :disabled ~ label {
> :disabled ~ label,
> .form-control:disabled ~ label { // Required for `.form-control`s because of specificity
color: $form-floating-label-disabled-color;
&::after {