Skip to content

Commit

Permalink
feat(Radio): label configurable when used standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
guanpu committed Jun 9, 2019
1 parent da4a411 commit 3b3e510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/radio/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
}
}
}
#{$radio-prefix}-label {
color: $radio-normal-font-color-disabled;
}
}

&:not(.disabled):hover,
Expand Down Expand Up @@ -301,6 +304,7 @@
font-size: $radio-font-size;
vertical-align: middle;
line-height: 1;
color: $radio-normal-font-color;
}

@-moz-document url-prefix() {
Expand Down

0 comments on commit 3b3e510

Please sign in to comment.