Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(radioButton): fixes potential theming bug due to CSS specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Jun 11, 2015
1 parent 57e89dd commit e8ec2b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/radioButton/radio-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ md-radio-button,
left: 0;
width: $radio-width;
height: $radio-width;
border: solid 2px;
border-style: solid;
border-width: 2px;
border-radius: 50%;
transition: border-color ease 0.28s;
}
Expand Down

0 comments on commit e8ec2b5

Please sign in to comment.