Skip to content

Commit b0825e4

Browse files
committed
Merge pull request #269 from chiefcll/patch-2
Fix #229 - css mixin for floating label with docs
2 parents 6c6ba4b + 6b45da7 commit b0825e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paper-input-container.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
`--paper-input-container-disabled` | Mixin applied to the container when it's disabled | `{}`
8282
`--paper-input-container-label` | Mixin applied to the label | `{}`
8383
`--paper-input-container-label-focus` | Mixin applied to the label when the input is focused | `{}`
84+
`--paper-input-container-label-floating` | Mixin applied to the label when floating | `{}`
8485
`--paper-input-container-input` | Mixin applied to the input | `{}`
8586
`--paper-input-container-underline` | Mixin applied to the underline | `{}`
8687
`--paper-input-container-underline-focus` | Mixin applied to the underline when the input is focused | `{}`
@@ -211,6 +212,7 @@
211212
width: 133%;
212213

213214
@apply(--paper-transition-easing);
215+
@apply(--paper-input-container-label-floating);
214216
}
215217

216218
:host-context([dir="rtl"]) .input-content.label-is-floating ::content label,

0 commit comments

Comments
 (0)