Skip to content

Commit

Permalink
Fix checkbox appearance on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-unni committed Mar 4, 2024
1 parent ea27623 commit e27a889
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/checkboxes/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ $checkbox-padding: 11px;
// Check icon
&::after {
border: solid var(--ons-color-input-border);
border-radius: 1px;
border-top-color: var(--ons-color-input-bg);
border-width: 0 0 3px 3px;
box-sizing: border-box;
Expand Down Expand Up @@ -94,7 +93,6 @@ $checkbox-padding: 11px;

&:checked,
&:focus {

& + .ons-checkbox__label::before {
background: none;
border: none;
Expand Down Expand Up @@ -122,7 +120,6 @@ $checkbox-padding: 11px;

&:checked,
&:focus {

& + .ons-checkbox__label::before {
background: none;
border: none;
Expand Down

0 comments on commit e27a889

Please sign in to comment.