diff --git a/src/components/radios/_radio.scss b/src/components/radios/_radio.scss index da8bd46ab3..996f379f4d 100644 --- a/src/components/radios/_radio.scss +++ b/src/components/radios/_radio.scss @@ -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; } }