Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(button): update to use .md-focused
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Apr 14, 2015
1 parent bd1c973 commit 7d1608e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/button/button-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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}}';
}
}
Expand All @@ -19,7 +19,7 @@ a.md-button.md-THEME_NAME-theme,
color: '{{accent-contrast}}';
}
&:not([disabled]) {
&:focus {
&.md-focused {
background-color: '{{accent-A700}}';
}
}
Expand All @@ -35,7 +35,7 @@ a.md-button.md-THEME_NAME-theme,
color: '{{primary-contrast}}';
}
&:not([disabled]) {
&.focus {
&.md-focused {
background-color: '{{primary-600}}';
}
}
Expand All @@ -47,7 +47,7 @@ a.md-button.md-THEME_NAME-theme,
color: '{{accent-contrast}}';
&:not([disabled]) {
&:hover,
&.focus {
&.md-focused {
background-color: '{{accent-A700}}';
}
}
Expand All @@ -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}}';
}
}
Expand All @@ -74,7 +74,7 @@ a.md-button.md-THEME_NAME-theme,
color: '{{warn-contrast}}';
}
&:not([disabled]) {
&.focus {
&.md-focused {
background-color: '{{warn-700}}';
}
}
Expand All @@ -91,7 +91,7 @@ a.md-button.md-THEME_NAME-theme,
color: '{{accent-contrast}}';
}
&:not([disabled]) {
&.focus {
&.md-focused {
background-color: '{{accent-700}}';
}
}
Expand Down

0 comments on commit 7d1608e

Please sign in to comment.