Skip to content

Commit

Permalink
Merge pull request #361 from delta10/fix/checkbox
Browse files Browse the repository at this point in the history
fix: override unchecked checkbox background image on focus
  • Loading branch information
Robbert authored Dec 27, 2024
2 parents 64ea0cd + 7d6e95a commit f1714c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/nl-design-system-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@
var(--utrecht-radio-button-focus-color)
) !important;
}

.utrecht-checkbox--custom.utrecht-checkbox--html-input:focus:not(:checked) {
background-image: none !important;
}

0 comments on commit f1714c5

Please sign in to comment.