File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 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 | `{}`
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 ,
You can’t perform that action at this time.
0 commit comments