2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1
View File
@@ -90,6 +90,7 @@
&[disabled],
&:disabled {
~ .form-check-label {
cursor: default;
opacity: $form-check-label-disabled-opacity;
}
}