0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,7 @@
&[disabled],
&:disabled {
~ .form-check-label {
cursor: default;
opacity: $form-check-label-disabled-opacity;
}
}