1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02: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

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;
}
}