Skip to content

Commit 9459a4b

Browse files
authored
IBX-7604: Fixed checkbox toggler (#1142)
1 parent abe1dd0 commit 9459a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/scss/_inputs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
cursor: pointer;
116116

117117
&:disabled {
118-
&.form-check-input {
118+
&.form-check-input:not(.ibexa-input--toggle) {
119119
opacity: 1;
120120
}
121121
}

0 commit comments

Comments
 (0)