From a80804b5c1f3ccf554c76e3cad221b750c939a6f Mon Sep 17 00:00:00 2001 From: Marcy Sutton Date: Tue, 17 Feb 2015 13:24:19 -0800 Subject: [PATCH] fix(mdButton): add default color, update docs Closes #1486 --- src/components/button/button.scss | 1 + src/components/button/demoBasicUsage/index.html | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/button/button.scss b/src/components/button/button.scss index 40291d049dc..70ccf04a4e0 100644 --- a/src/components/button/button.scss +++ b/src/components/button/button.scss @@ -24,6 +24,7 @@ $button-fab-toast-offset: $button-fab-height * 0.75; } .md-button { + color: currentColor; user-select: none; position: relative; //for child absolute-positioned diff --git a/src/components/button/demoBasicUsage/index.html b/src/components/button/demoBasicUsage/index.html index 29250a1575c..d8ccf60c110 100644 --- a/src/components/button/demoBasicUsage/index.html +++ b/src/components/button/demoBasicUsage/index.html @@ -37,8 +37,11 @@
- Go to Google - RSVP + Default Link + Primary Link + + Default Button +
Link vs. Button