mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-15 15:43:10 +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],
|
||||||
&:disabled {
|
&:disabled {
|
||||||
~ .form-check-label {
|
~ .form-check-label {
|
||||||
|
cursor: default;
|
||||||
opacity: $form-check-label-disabled-opacity;
|
opacity: $form-check-label-disabled-opacity;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue