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:
parent
d2986daa12
commit
ff2472becc
@ -90,6 +90,7 @@
|
||||
&[disabled],
|
||||
&:disabled {
|
||||
~ .form-check-label {
|
||||
cursor: default;
|
||||
opacity: $form-check-label-disabled-opacity;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user