1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 13:43:11 +02: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

View File

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