Skip to content

Commit

Permalink
form-imagecheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 18, 2022
1 parent f6c5034 commit 0be63b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scss/ui/forms/_form-imagecheck.scss
Expand Up @@ -58,6 +58,9 @@ Image check

.form-imagecheck-input[type="radio"] ~ & {
border-radius: $form-check-radio-border-radius;
}

.form-imagecheck-input[type="radio"]:checked ~ & {
background-image: escape-svg($form-check-radio-checked-bg-image);
}
}
Expand Down

0 comments on commit 0be63b8

Please sign in to comment.