2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Workaround for MS edge bug (#28275)

This commit is contained in:
Shohei Yoshida
2019-03-18 08:27:59 +09:00
committed by XhmikosR
parent ad0f5f153c
commit 5e459e9b52
2 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -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;
}
}