Skip to content

Commit

Permalink
release(2.22.3): fix checkbox in better exposed filter
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Dec 31, 2024
1 parent 53d3dc9 commit 440061e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/custom/components/_better_exposed_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@

// Fix upgrade bootstrap-italia 2.12.1
.form-check {
[type="checkbox"]:checked + label::before {
transform-origin: 100% 0%;
}

[type='checkbox'],
[type='radio'] {
& + label {
Expand Down

0 comments on commit 440061e

Please sign in to comment.