Skip to content

Commit

Permalink
fix: remove background image from custom checkbox focus styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MeesoPost committed Dec 23, 2024
1 parent c5d4232 commit 2e72985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/custom-checkbox/src/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
@include utrecht-focus;

background-color: var(--utrecht-checkbox-focus-background-color, var(--utrecht-checkbox-background-color));
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
border-color: var(--utrecht-checkbox-focus-border-color, var(--utrecht-checkbox-border-color));
border-width: var(--utrecht-checkbox-focus-border-width, var(--utrecht-checkbox-border-width));
}
Expand Down

0 comments on commit 2e72985

Please sign in to comment.