Polymeric - color floating paper mark
4 answers
The only way I managed to get around this issue was as follows:
paper-input-decorator[focused] /deep/ .floating-label,
paper-input-decorator[focused] /deep/ .label-text {
/* floating label color when the input is focused */
color: orange !important;
}
Note how the document-decorator-decorator was to be printed [focused] / deep / twice
+2
source to share