File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 131
131
}
132
132
133
133
.underline {
134
+ height : 2px ;
134
135
position : relative;
135
136
}
136
137
137
138
.focused-line {
138
139
@apply (--layout-fit);
139
140
140
- background : var (--paper-input-container-focus-color , --primary-color );
141
- height : 2px ;
141
+ border-bottom : 2px solid var (--paper-input-container-focus-color , --primary-color );
142
142
143
143
-webkit-transform-origin : center center;
144
144
transform-origin : center center;
158
158
}
159
159
160
160
.underline .is-invalid .focused-line {
161
- background : var (--paper-input-container-invalid-color , --error-color );
161
+ border-color : var (--paper-input-container-invalid-color , --error-color );
162
162
-webkit-transform : none;
163
163
transform : none;
164
164
-webkit-transition : -webkit-transform 0.25s ;
170
170
.unfocused-line {
171
171
@apply (--layout-fit);
172
172
173
- background : var (--paper-input-container-color , --secondary-text-color );
174
- height : 1px ;
173
+ border-bottom : 1px solid var (--paper-input-container-color , --secondary-text-color );
175
174
176
175
@apply (--paper-input-container-underline);
177
176
}
178
177
179
178
: host ([disabled ]) .unfocused-line {
180
179
border-bottom : 1px dashed;
181
180
border-color : var (--paper-input-container-color , --secondary-text-color );
182
- background : transparent;
183
181
184
182
@apply (--paper-input-container-underline-disabled);
185
183
}
You can’t perform that action at this time.
0 commit comments