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

Commit

Permalink
feat(button): md-icon-button to use round ripple
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrfindley committed Apr 23, 2015
1 parent bf15adf commit 52840aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/button/button-theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$button-border-radius: 3px !default;
$button-fab-border-radius: 50% !default;
$button-icon-border-radius: $button-fab-border-radius;

a.md-button.md-THEME_NAME-theme,
.md-button.md-THEME_NAME-theme {
Expand Down Expand Up @@ -34,6 +35,10 @@ a.md-button.md-THEME_NAME-theme,
}
}

&.md-icon-button {
border-radius: $button-icon-border-radius;
}

&.md-primary {
color: '{{primary-color}}';
&.md-raised,
Expand Down

0 comments on commit 52840aa

Please sign in to comment.