2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix disabled floating labels color

This commit is contained in:
Julien Déramond
2022-10-31 19:29:04 +01:00
committed by Mark Otto
parent f97149a4af
commit 85765210cd
3 changed files with 16 additions and 11 deletions
+4
View File
@@ -83,4 +83,8 @@
border-width: $input-border-width 0; // Required to properly position label text - as explained above
}
}
> .form-control:disabled ~ label {
color: $form-floating-label-disabled-color;
}
}