Skip to content

Commit

Permalink
Merge branch 'main' into feature/3128-variant-for-radio-with-revealed…
Browse files Browse the repository at this point in the history
…-text-area
  • Loading branch information
alessioventuriniAND authored Apr 17, 2024
2 parents 0bbd6af + 955a74a commit df6f025
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/components/radios/_radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@
box-shadow: inset 0 0 0 3px var(--ons-color-input-bg);

&::after {
display: none;
}
&:checked {
background-color: var(--ons-color-input-border);
border-radius: 50%;
border-width: 0;
height: 12px;
left: 50%;
margin-left: -6px;
margin-top: -6px;
top: 50%;
width: 12px;
}
}

Expand Down

0 comments on commit df6f025

Please sign in to comment.