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

Commit 8c4893b

Browse files
feat(button): md-icon-button to use round ripple
1 parent 0300c3a commit 8c4893b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/button/button-theme.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
$button-border-radius: 3px !default;
22
$button-fab-border-radius: 50% !default;
3+
$button-icon-border-radius: $button-fab-border-radius;
34

45
a.md-button.md-THEME_NAME-theme,
56
.md-button.md-THEME_NAME-theme {
@@ -34,6 +35,10 @@ a.md-button.md-THEME_NAME-theme,
3435
}
3536
}
3637

38+
&.md-icon-button {
39+
border-radius: $button-icon-border-radius;
40+
}
41+
3742
&.md-primary {
3843
color: '{{primary-color}}';
3944
&.md-raised,

0 commit comments

Comments
 (0)