2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+2 -1
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 {