Skip to content

Commit

Permalink
fix(textfield): label should be transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
stasson committed Dec 19, 2017
1 parent 4f37bd6 commit d22cf3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/textfield/styles.scss
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
@import "@material/textfield/mdc-text-field";

// TODO: MDCFIX
.mdc-text-field--textarea .mdc-text-field__label {
background-color: transparent;
}

0 comments on commit d22cf3c

Please sign in to comment.