aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorThe Fake Cake <[email protected]>2022-02-07 08:55:44 +0100
committerGitHub <[email protected]>2022-02-07 09:55:44 +0200
commitff2472becc4b0108d2d50bc6fc4cb78a6b3017d4 (patch)
tree62eddf4d375b6570b8a7f449c358d7fd358dd8e4 /scss
parentd2986daa120644a20cefb8ebe609d1404aa34796 (diff)
downloadbootstrap-ff2472becc4b0108d2d50bc6fc4cb78a6b3017d4.tar.xz
bootstrap-ff2472becc4b0108d2d50bc6fc4cb78a6b3017d4.zip
Set `cursor: default` on disabled `.form-check-label` (#35082)
Fixes #35056
Diffstat (limited to 'scss')
-rw-r--r--scss/forms/_form-check.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/forms/_form-check.scss b/scss/forms/_form-check.scss
index 6321b4100..a52a2e7c8 100644
--- a/scss/forms/_form-check.scss
+++ b/scss/forms/_form-check.scss
@@ -90,6 +90,7 @@
&[disabled],
&:disabled {
~ .form-check-label {
+ cursor: default;
opacity: $form-check-label-disabled-opacity;
}
}