Skip to content

Commit

Permalink
Disabled Button Inherits Background Color
Browse files Browse the repository at this point in the history
  • Loading branch information
pfolta committed Apr 3, 2016
1 parent 91e2f65 commit 03a17d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scss/components/button.scss
Expand Up @@ -34,7 +34,7 @@
border-color: $color-gray-1;

color: $color-gray-1;
background-color: $color-main-background;
background-color: inherit;
}

@media only screen and (min-width: $screen-width-m) {
Expand Down

0 comments on commit 03a17d0

Please sign in to comment.