File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 99
99
`--paper-input-container-label-focus` | Mixin applied to the label when the input is focused | `{}`
100
100
`--paper-input-container-label-floating` | Mixin applied to the label when floating | `{}`
101
101
`--paper-input-container-input` | Mixin applied to the input | `{}`
102
+ `--paper-input-container-input-disabled` | Mixin applied to the input when the component is disabled | `{}`
102
103
`--paper-input-container-input-focus` | Mixin applied to the input when focused | `{}`
103
104
`--paper-input-container-input-invalid` | Mixin applied to the input when invalid | `{}`
104
105
`--paper-input-container-input-webkit-spinner` | Mixin applied to the webkit spinner | `{}`
Original file line number Diff line number Diff line change 102
102
@apply --paper-input-container-input;
103
103
}
104
104
105
+ input : disabled {
106
+ @apply --paper-input-container-input-disabled;
107
+ }
108
+
105
109
input ::-webkit-outer-spin-button ,
106
110
input ::-webkit-inner-spin-button {
107
111
@apply --paper-input-container-input-webkit-spinner;
You can’t perform that action at this time.
0 commit comments