diff --git a/components/radio_button/style.scss b/components/radio_button/style.scss index ae19dca5..70921787 100644 --- a/components/radio_button/style.scss +++ b/components/radio_button/style.scss @@ -102,7 +102,10 @@ $radio-disabled-color: unquote("rgba(#{$color-black}, 0.26)") !default; .radio-checked { cursor: auto; - background-color: $radio-disabled-color; - border-color: transparent; + border-color: $radio-disabled-color; + + &:before { + background-color: $radio-disabled-color; + } } }