mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 23:04:32 +02:00
Workaround for MS edge bug (#28275)
This commit is contained in:
@@ -210,7 +210,9 @@ textarea.form-control {
|
||||
margin-top: $form-check-input-margin-y;
|
||||
margin-left: -$form-check-input-gutter;
|
||||
|
||||
&:disabled ~ .form-check-label {
|
||||
// Use disabled attribute instead of :disabled pseudo-class
|
||||
// Workaround for: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11295231
|
||||
&[disabled] ~ .form-check-label {
|
||||
color: $text-muted;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user