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:
committed by
Mark Otto
parent
f97149a4af
commit
85765210cd
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user