Skip to content

Commit 62fe7ee

Browse files
committed
[CL-793] Exclude checkbox component from desktop global css (#15675)
(cherry picked from commit 5b1ddc9)
1 parent 9d9bbc5 commit 62fe7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/scss/base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ a {
6666
}
6767
}
6868

69-
input:not(bit-form-field input),
69+
input:not(bit-form-field input, input[bitcheckbox]),
7070
select,
7171
textarea:not(bit-form-field textarea) {
7272
@include themify($themes) {

0 commit comments

Comments
 (0)