From 88e836cd89d39279006b683a1df6ecf08b34eeba Mon Sep 17 00:00:00 2001 From: Edmond Chui Date: Sat, 24 Jan 2015 13:22:46 -0700 Subject: [PATCH] Update paper-input-decorator.html Updated the selector to the correctly select floating label color when the input is focused. --- paper-input-decorator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-input-decorator.html b/paper-input-decorator.html index 1f974a1..6a20ef8 100644 --- a/paper-input-decorator.html +++ b/paper-input-decorator.html @@ -56,7 +56,7 @@ background-color: green; } - paper-input-decorator[focused] /deep/ .floating-label .label-text { + paper-input-decorator[focused] /deep/ .floated-label .label-text { /* floating label color when the input is focused */ color: orange; }