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 109
109
@apply --paper-input-container-input;
110
110
}
111
111
112
+ input : disabled {
113
+ @apply --paper-input-container-input-disabled;
114
+ }
115
+
112
116
input ::-webkit-outer-spin-button ,
113
117
input ::-webkit-inner-spin-button {
114
118
@apply --paper-input-container-input-webkit-spinner;
You can’t perform that action at this time.
0 commit comments