Skip to content

Commit

Permalink
Removed some comments that may be causing sass compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DanMonroe committed Jul 9, 2015
1 parent 65bddd4 commit 34a6f44
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/styles/paper-text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ md-input-container {
input[type="search"],
input[type="tel"],
input[type="color"] {
/* remove default appearance from all input/textarea */
-moz-appearance: none;
-webkit-appearance: none;
}
Expand Down Expand Up @@ -116,9 +115,7 @@ md-input-container {
}


/*
* The .md-input class is added to the input/textarea
*/
// The .md-input class is added to the input/textarea
.md-input {
order: 2;
display: block;
Expand Down Expand Up @@ -261,8 +258,8 @@ md-input-container.md-icon-float {
md-input-container.md-#{$theme-name}-theme {
.md-input {
&::-webkit-input-placeholder,
&::-moz-placeholder, /* Firefox 19+ */
&:-moz-placeholder, /* Firefox 18- */
&::-moz-placeholder,
&:-moz-placeholder,
&:-ms-input-placeholder {
color: color($foreground, '3');
}
Expand Down

0 comments on commit 34a6f44

Please sign in to comment.