2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +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],
&:disabled { &:disabled {
~ .form-check-label { ~ .form-check-label {
cursor: default;
opacity: $form-check-label-disabled-opacity; opacity: $form-check-label-disabled-opacity;
} }
} }