From 34a6f443a415d773aa406b692e809a693dd205f3 Mon Sep 17 00:00:00 2001 From: DanMonroe Date: Wed, 8 Jul 2015 20:51:34 -0400 Subject: [PATCH] Removed some comments that may be causing sass compilation issues --- app/styles/paper-text.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/styles/paper-text.scss b/app/styles/paper-text.scss index 19c372063..d5a12b724 100644 --- a/app/styles/paper-text.scss +++ b/app/styles/paper-text.scss @@ -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; } @@ -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; @@ -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'); }