Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorThe Fake Cake <TheFakeCake@users.noreply.github.com>2022-02-07 10:55:44 +0300
committerGitHub <noreply@github.com>2022-02-07 10:55:44 +0300
commitff2472becc4b0108d2d50bc6fc4cb78a6b3017d4 (patch)
tree62eddf4d375b6570b8a7f449c358d7fd358dd8e4 /scss
parentd2986daa120644a20cefb8ebe609d1404aa34796 (diff)
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 6321b41002..a52a2e7c81 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;
}
}