2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Set cursor: default on disabled .form-check-label (#35082)

Fixes #35056
This commit is contained in:
The Fake Cake
2022-02-07 08:55:44 +01:00
committed by GitHub
parent d2986daa12
commit ff2472becc
+1
View File
@@ -90,6 +90,7 @@
&[disabled],
&:disabled {
~ .form-check-label {
cursor: default;
opacity: $form-check-label-disabled-opacity;
}
}