Skip to content

Commit

Permalink
fix(look&feel): radio and checkbox css clip-path for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan VACHERAT committed Feb 13, 2025
1 parent 65709d3 commit a294c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/look-and-feel/css/src/Form/Checkbox/Checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
& svg {
background-color: var(--color-white);
clip-path: inset(0.22rem round 2px);
clip-path: inset(0.22rem round 2px);
}

& .af-checkbox__checked,
Expand Down
1 change: 1 addition & 0 deletions client/look-and-feel/css/src/Form/Radio/Radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
& svg {
background-color: var(--color-white);
clip-path: circle(0.72rem at 50% 50%);
clip-path: circle(0.72rem at 50% 50%);
}

& .af-radio__checked,
Expand Down

0 comments on commit a294c4b

Please sign in to comment.