0
0
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:
Gaël Poupard 2021-10-20 21:42:16 +02:00
parent b991a6b851
commit fa94238ed0

View File

@ -90,6 +90,7 @@
&[disabled],
&:disabled {
~ .form-check-label {
cursor: default;
opacity: $form-check-label-disabled-opacity;
}
}