Skip to content

Commit

Permalink
fix(radio): fix the radio disable state when checked (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
photodow authored and joshblack committed Mar 22, 2019
1 parent ccebbfc commit 3100a3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/radio-button/_radio-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@
.#{$prefix}--radio-button:disabled + .#{$prefix}--radio-button__label .#{$prefix}--radio-button__appearance,
.#{$prefix}--radio-button:disabled:checked + .#{$prefix}--radio-button__label .#{$prefix}--radio-button__appearance {
border-color: $disabled;

&::before {
background-color: $disabled;
}
}

// Focus
Expand Down

0 comments on commit 3100a3e

Please sign in to comment.