mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Set cursor: default on disabled .form-check-label (#35082)
Fixes #35056
This commit is contained in:
parent
d2986daa12
commit
ff2472becc
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@
|
|||
&[disabled],
|
||||
&:disabled {
|
||||
~ .form-check-label {
|
||||
cursor: default;
|
||||
opacity: $form-check-label-disabled-opacity;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue