Skip to content

Commit

Permalink
Follow up GF checkbox styles issue
Browse files Browse the repository at this point in the history
- The issue is happening on ginput_container selector
  • Loading branch information
GP-Dan-Tovbein authored and comzeradd committed Dec 13, 2024
1 parent d67ae1c commit 2cab2f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/src/scss/layout/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
}
}

.ginput_container {
&:has(> input[type="checkbox"]) {
@include custom-checkbox;
}
}

input[type="text"].form-control,
input[type="email"].form-control {
height: auto;
Expand Down

0 comments on commit 2cab2f5

Please sign in to comment.