mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02: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],
|
||||||
&:disabled {
|
&:disabled {
|
||||||
~ .form-check-label {
|
~ .form-check-label {
|
||||||
|
cursor: default;
|
||||||
opacity: $form-check-label-disabled-opacity;
|
opacity: $form-check-label-disabled-opacity;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user