From 7d1608e6b776cc695a5426b35fd0e0abff8f0970 Mon Sep 17 00:00:00 2001 From: Marcy Sutton Date: Tue, 14 Apr 2015 15:10:09 -0700 Subject: [PATCH] fix(button): update to use .md-focused --- src/components/button/button-theme.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/button/button-theme.scss b/src/components/button/button-theme.scss index d422c0dea17..8cae2f5a4c4 100644 --- a/src/components/button/button-theme.scss +++ b/src/components/button/button-theme.scss @@ -6,7 +6,7 @@ a.md-button.md-THEME_NAME-theme, border-radius: $button-border-radius; &:not([disabled]) { - &.focus { + &.md-focused { background-color: '{{background-500-0.2}}'; } } @@ -19,7 +19,7 @@ a.md-button.md-THEME_NAME-theme, color: '{{accent-contrast}}'; } &:not([disabled]) { - &:focus { + &.md-focused { background-color: '{{accent-A700}}'; } } @@ -35,7 +35,7 @@ a.md-button.md-THEME_NAME-theme, color: '{{primary-contrast}}'; } &:not([disabled]) { - &.focus { + &.md-focused { background-color: '{{primary-600}}'; } } @@ -47,7 +47,7 @@ a.md-button.md-THEME_NAME-theme, color: '{{accent-contrast}}'; &:not([disabled]) { &:hover, - &.focus { + &.md-focused { background-color: '{{accent-A700}}'; } } @@ -57,7 +57,7 @@ a.md-button.md-THEME_NAME-theme, color: '{{background-contrast}}'; background-color: '{{background-50}}'; &:not([disabled]) { - &.focus { + &.md-focused { background-color: '{{background-200}}'; } } @@ -74,7 +74,7 @@ a.md-button.md-THEME_NAME-theme, color: '{{warn-contrast}}'; } &:not([disabled]) { - &.focus { + &.md-focused { background-color: '{{warn-700}}'; } } @@ -91,7 +91,7 @@ a.md-button.md-THEME_NAME-theme, color: '{{accent-contrast}}'; } &:not([disabled]) { - &.focus { + &.md-focused { background-color: '{{accent-700}}'; } }