]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Set `cursor: default` on disabled `.form-check-label` (#35082)
authorThe Fake Cake <TheFakeCake@users.noreply.github.com>
Mon, 7 Feb 2022 07:55:44 +0000 (08:55 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 07:55:44 +0000 (09:55 +0200)
Fixes #35056

scss/forms/_form-check.scss

index 6321b4100272dfbb516d494d32014270ea938823..a52a2e7c816548db4aeaf6f812aed673e1aa78a0 100644 (file)
@@ -90,6 +90,7 @@
   &[disabled],
   &:disabled {
     ~ .form-check-label {
+      cursor: default;
       opacity: $form-check-label-disabled-opacity;
     }
   }