We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb750b4 commit ac363dfCopy full SHA for ac363df
src/lib/button/_button-base.scss
@@ -41,7 +41,6 @@ $md-mini-fab-padding: 8px !default;
41
font-size: $md-body-font-size-base;
42
font-family: $md-font-family;
43
font-weight: 500;
44
- color: currentColor;
45
text-align: center;
46
47
// Sizing.
src/lib/button/button.scss
@@ -8,6 +8,9 @@
8
[md-button], [md-icon-button] {
9
@extend %md-button-base;
10
11
+ // Only flat button and icon buttons should inherit the color
12
+ color: currentColor;
13
+
14
// Only flat buttons and icon buttons (not raised or fabs) have a hover style.
15
&:hover {
16
// Use the same visual treatment for hover as for focus.
0 commit comments