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; }