mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
fix(forms): .form-check-label cursor for disabled input
This commit is contained in:
parent
b991a6b851
commit
fa94238ed0
@ -90,6 +90,7 @@
|
||||
&[disabled],
|
||||
&:disabled {
|
||||
~ .form-check-label {
|
||||
cursor: default;
|
||||
opacity: $form-check-label-disabled-opacity;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user