Skip to content

Commit

Permalink
fix(button): fix raised and unelevated buttons theming
Browse files Browse the repository at this point in the history
  • Loading branch information
rustemgareev committed Oct 5, 2017
1 parent 90a58da commit 4590dda
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/button/button.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
@import "@material/button/mdc-button";
@import "../theme/variables";
@import "./variables";

// stylelint-disable selector-class-pattern
.mdc-button {
border-radius: $mk-button-radius;

&--raised:not(:disabled),
&--unelevated:not(:disabled) {
background-color: $mk-theme-black;
}
}

0 comments on commit 4590dda

Please sign in to comment.