|
46 | 46 |
|
47 | 47 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
48 | 48 | <div class="mdc-text-field mdc-text-field--disabled custom-disabled-colors-text-field--bottom-line-color"> |
49 | | - <input type="text" id="filled-text-field" class="mdc-text-field__input test-text-field__input" disabled> |
50 | | - <label class="mdc-floating-label" for="filled-text-field">Label</label> |
| 49 | + <input type="text" id="filled-text-field--bottom-line-color" class="mdc-text-field__input test-text-field__input" disabled> |
| 50 | + <label class="mdc-floating-label" for="filled-text-field--bottom-line-color">Label</label> |
51 | 51 | <div class="mdc-line-ripple"></div> |
52 | 52 | </div> |
53 | 53 | </div> |
54 | 54 |
|
55 | 55 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
56 | 56 | <div class="mdc-text-field mdc-text-field--outlined mdc-text-field--disabled custom-disabled-colors-text-field--bottom-line-color"> |
57 | | - <input type="text" id="outlined-text-field" class="mdc-text-field__input test-text-field__input" disabled> |
| 57 | + <input type="text" id="outlined-text-field--bottom-line-color" class="mdc-text-field__input test-text-field__input" disabled> |
58 | 58 | <div class="mdc-notched-outline"> |
59 | 59 | <div class="mdc-notched-outline__leading"></div> |
60 | 60 | <div class="mdc-notched-outline__notch"> |
61 | | - <label for="outlined-text-field" class="mdc-floating-label">Label</label> |
| 61 | + <label for="outlined-text-field--bottom-line-color" class="mdc-floating-label">Label</label> |
62 | 62 | </div> |
63 | 63 | <div class="mdc-notched-outline__trailing"></div> |
64 | 64 | </div> |
|
67 | 67 |
|
68 | 68 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
69 | 69 | <div class="mdc-text-field mdc-text-field--disabled custom-disabled-colors-text-field--bottom-line-color"> |
70 | | - <input type="text" id="filled-text-field-with-value" class="mdc-text-field__input test-text-field__input" |
| 70 | + <input type="text" id="filled-text-field-with-value--bottom-line-color" class="mdc-text-field__input test-text-field__input" |
71 | 71 | value="Filled value" disabled> |
72 | | - <label for="filled-text-field-with-value" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
| 72 | + <label for="filled-text-field-with-value--bottom-line-color" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
73 | 73 | <div class="mdc-line-ripple"></div> |
74 | 74 | </div> |
75 | 75 | </div> |
76 | 76 |
|
77 | 77 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
78 | 78 | <div class="mdc-text-field mdc-text-field--outlined mdc-text-field--disabled custom-disabled-colors-text-field--bottom-line-color"> |
79 | | - <input type="text" id="outlined-text-field-with-value" class="mdc-text-field__input test-text-field__input" |
| 79 | + <input type="text" id="outlined-text-field-with-value--bottom-line-color" class="mdc-text-field__input test-text-field__input" |
80 | 80 | value="Filled value" disabled> |
81 | 81 | <div class="mdc-notched-outline mdc-notched-outline--notched"> |
82 | 82 | <div class="mdc-notched-outline__leading"></div> |
83 | 83 | <div class="mdc-notched-outline__notch"> |
84 | | - <label for="outlined-text-field-with-value" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
| 84 | + <label for="outlined-text-field-with-value--bottom-line-color" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
85 | 85 | </div> |
86 | 86 | <div class="mdc-notched-outline__trailing"></div> |
87 | 87 | </div> |
|
93 | 93 |
|
94 | 94 | <div class="test-cell test-cell--light test-cell--textfield"> |
95 | 95 | <div class="mdc-text-field mdc-text-field--disabled custom-disabled-colors-text-field--character-counter-color"> |
96 | | - <input type="text" id="filled-text-field" class="mdc-text-field__input test-text-field__input" maxlength="10" disabled> |
97 | | - <label class="mdc-floating-label" for="filled-text-field">Label</label> |
| 96 | + <input type="text" id="filled-text-field--character-counter-color" class="mdc-text-field__input test-text-field__input" maxlength="10" disabled> |
| 97 | + <label class="mdc-floating-label" for="filled-text-field--character-counter-color">Label</label> |
98 | 98 | <div class="mdc-line-ripple"></div> |
99 | 99 | </div> |
100 | 100 | <div class="mdc-text-field-helper-line"> |
|
104 | 104 |
|
105 | 105 | <div class="test-cell test-cell--light test-cell--textfield"> |
106 | 106 | <div class="mdc-text-field mdc-text-field--outlined mdc-text-field--disabled custom-disabled-colors-text-field--character-counter-color"> |
107 | | - <input type="text" id="outlined-text-field" class="mdc-text-field__input test-text-field__input" maxlength="10" disabled> |
| 107 | + <input type="text" id="outlined-text-field--character-counter-color" class="mdc-text-field__input test-text-field__input" maxlength="10" disabled> |
108 | 108 | <div class="mdc-notched-outline"> |
109 | 109 | <div class="mdc-notched-outline__leading"></div> |
110 | 110 | <div class="mdc-notched-outline__notch"> |
111 | | - <label for="outlined-text-field" class="mdc-floating-label">Label</label> |
| 111 | + <label for="outlined-text-field--character-counter-color" class="mdc-floating-label">Label</label> |
112 | 112 | </div> |
113 | 113 | <div class="mdc-notched-outline__trailing"></div> |
114 | 114 | </div> |
|
120 | 120 |
|
121 | 121 | <div class="test-cell test-cell--light test-cell--textfield"> |
122 | 122 | <div class="mdc-text-field mdc-text-field--disabled custom-disabled-colors-text-field--character-counter-color"> |
123 | | - <input type="text" id="filled-text-field-with-value" class="mdc-text-field__input test-text-field__input" value="Filled value" maxlength="25" disabled> |
124 | | - <label for="filled-text-field-with-value" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
| 123 | + <input type="text" id="filled-text-field-with-value--character-counter-color" class="mdc-text-field__input test-text-field__input" value="Filled value" maxlength="25" disabled> |
| 124 | + <label for="filled-text-field-with-value--character-counter-color" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
125 | 125 | <div class="mdc-line-ripple"></div> |
126 | 126 | </div> |
127 | 127 | <div class="mdc-text-field-helper-line"> |
|
130 | 130 | </div> |
131 | 131 | <div class="test-cell test-cell--light test-cell--textfield"> |
132 | 132 | <div class="mdc-text-field mdc-text-field--outlined mdc-text-field--disabled custom-disabled-colors-text-field--character-counter-color"> |
133 | | - <input type="text" id="outlined-text-field-with-value" class="mdc-text-field__input test-text-field__input" value="Filled value" maxlength="25" disabled> |
| 133 | + <input type="text" id="outlined-text-field-with-value--character-counter-color" class="mdc-text-field__input test-text-field__input" value="Filled value" maxlength="25" disabled> |
134 | 134 | <div class="mdc-notched-outline mdc-notched-outline--notched"> |
135 | 135 | <div class="mdc-notched-outline__leading"></div> |
136 | 136 | <div class="mdc-notched-outline__notch"> |
137 | | - <label for="outlined-text-field-with-value" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
| 137 | + <label for="outlined-text-field-with-value--character-counter-color" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
138 | 138 | </div> |
139 | 139 | <div class="mdc-notched-outline__trailing"></div> |
140 | 140 | </div> |
|
149 | 149 |
|
150 | 150 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
151 | 151 | <div class="mdc-text-field mdc-text-field--disabled custom-disabled-colors-text-field--fill-color"> |
152 | | - <input type="text" id="filled-text-field" class="mdc-text-field__input test-text-field__input" disabled> |
153 | | - <label class="mdc-floating-label" for="filled-text-field">Label</label> |
| 152 | + <input type="text" id="filled-text-field--fill-color" class="mdc-text-field__input test-text-field__input" disabled> |
| 153 | + <label class="mdc-floating-label" for="filled-text-field--fill-color">Label</label> |
154 | 154 | <div class="mdc-line-ripple"></div> |
155 | 155 | </div> |
156 | 156 | </div> |
157 | 157 |
|
158 | 158 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
159 | 159 | <div class="mdc-text-field mdc-text-field--outlined"> |
160 | | - <input type="text" id="outlined-text-field" class="mdc-text-field__input test-text-field__input" disabled> |
| 160 | + <input type="text" id="outlined-text-field--fill-color" class="mdc-text-field__input test-text-field__input" disabled> |
161 | 161 | <div class="mdc-notched-outline"> |
162 | 162 | <div class="mdc-notched-outline__leading"></div> |
163 | 163 | <div class="mdc-notched-outline__notch"> |
164 | | - <label for="outlined-text-field" class="mdc-floating-label">Label</label> |
| 164 | + <label for="outlined-text-field--fill-color" class="mdc-floating-label">Label</label> |
165 | 165 | </div> |
166 | 166 | <div class="mdc-notched-outline__trailing"></div> |
167 | 167 | </div> |
|
170 | 170 |
|
171 | 171 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
172 | 172 | <div class="mdc-text-field mdc-text-field--disabled custom-disabled-colors-text-field--fill-color"> |
173 | | - <input type="text" id="filled-text-field-with-value" class="mdc-text-field__input test-text-field__input" |
| 173 | + <input type="text" id="filled-text-field-with-value--fill-color" class="mdc-text-field__input test-text-field__input" |
174 | 174 | value="Filled value" disabled> |
175 | | - <label for="filled-text-field-with-value" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
| 175 | + <label for="filled-text-field-with-value--fill-color" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
176 | 176 | <div class="mdc-line-ripple"></div> |
177 | 177 | </div> |
178 | 178 | </div> |
179 | 179 |
|
180 | 180 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
181 | 181 | <div class="mdc-text-field mdc-text-field--outlined"> |
182 | | - <input type="text" id="outlined-text-field-with-value" class="mdc-text-field__input test-text-field__input" |
| 182 | + <input type="text" id="outlined-text-field-with-value--fill-color" class="mdc-text-field__input test-text-field__input" |
183 | 183 | value="Filled value" disabled> |
184 | 184 | <div class="mdc-notched-outline mdc-notched-outline--notched"> |
185 | 185 | <div class="mdc-notched-outline__leading"></div> |
186 | 186 | <div class="mdc-notched-outline__notch"> |
187 | | - <label for="outlined-text-field-with-value" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
| 187 | + <label for="outlined-text-field-with-value--fill-color" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
188 | 188 | </div> |
189 | 189 | <div class="mdc-notched-outline__trailing"></div> |
190 | 190 | </div> |
|
212 | 212 |
|
213 | 213 | <div class="test-cell test-cell--light test-cell--textfield"> |
214 | 214 | <div class="mdc-text-field mdc-text-field--disabled custom-disabled-colors-text-field--helper-text-color"> |
215 | | - <input type="text" id="filled-text-field" class="mdc-text-field__input test-text-field__input" disabled> |
216 | | - <label class="mdc-floating-label" for="filled-text-field">Label</label> |
| 215 | + <input type="text" id="filled-text-field--helper-text-color" class="mdc-text-field__input test-text-field__input" disabled> |
| 216 | + <label class="mdc-floating-label" for="filled-text-field--helper-text-color">Label</label> |
217 | 217 | <div class="mdc-line-ripple"></div> |
218 | 218 | </div> |
219 | 219 | <div class="mdc-text-field-helper-line"> |
|
223 | 223 |
|
224 | 224 | <div class="test-cell test-cell--light test-cell--textfield"> |
225 | 225 | <div class="mdc-text-field mdc-text-field--outlined mdc-text-field--disabled custom-disabled-colors-text-field--helper-text-color"> |
226 | | - <input type="text" id="outlined-text-field" class="mdc-text-field__input test-text-field__input" disabled> |
| 226 | + <input type="text" id="outlined-text-field--helper-text-color" class="mdc-text-field__input test-text-field__input" disabled> |
227 | 227 | <div class="mdc-notched-outline"> |
228 | 228 | <div class="mdc-notched-outline__leading"></div> |
229 | 229 | <div class="mdc-notched-outline__notch"> |
230 | | - <label for="outlined-text-field" class="mdc-floating-label">Label</label> |
| 230 | + <label for="outlined-text-field--helper-text-color" class="mdc-floating-label">Label</label> |
231 | 231 | </div> |
232 | 232 | <div class="mdc-notched-outline__trailing"></div> |
233 | 233 | </div> |
|
239 | 239 |
|
240 | 240 | <div class="test-cell test-cell--light test-cell--textfield"> |
241 | 241 | <div class="mdc-text-field mdc-text-field--disabled custom-disabled-colors-text-field--helper-text-color"> |
242 | | - <input type="text" id="filled-text-field-with-value" class="mdc-text-field__input test-text-field__input" value="Filled value" disabled> |
243 | | - <label for="filled-text-field-with-value" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
| 242 | + <input type="text" id="filled-text-field-with-value--helper-text-color" class="mdc-text-field__input test-text-field__input" value="Filled value" disabled> |
| 243 | + <label for="filled-text-field-with-value--helper-text-color" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
244 | 244 | <div class="mdc-line-ripple"></div> |
245 | 245 | </div> |
246 | 246 | <div class="mdc-text-field-helper-line"> |
|
250 | 250 |
|
251 | 251 | <div class="test-cell test-cell--light test-cell--textfield"> |
252 | 252 | <div class="mdc-text-field mdc-text-field--outlined mdc-text-field--disabled custom-disabled-colors-text-field--helper-text-color"> |
253 | | - <input type="text" id="outlined-text-field-with-value" class="mdc-text-field__input test-text-field__input" value="Filled value" disabled> |
| 253 | + <input type="text" id="outlined-text-field-with-value--helper-text-color" class="mdc-text-field__input test-text-field__input" value="Filled value" disabled> |
254 | 254 | <div class="mdc-notched-outline mdc-notched-outline--notched"> |
255 | 255 | <div class="mdc-notched-outline__leading"></div> |
256 | 256 | <div class="mdc-notched-outline__notch"> |
257 | | - <label for="outlined-text-field-with-value" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
| 257 | + <label for="outlined-text-field-with-value--helper-text-color" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
258 | 258 | </div> |
259 | 259 | <div class="mdc-notched-outline__trailing"></div> |
260 | 260 | </div> |
|
271 | 271 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
272 | 272 | <div class="mdc-text-field mdc-text-field--with-leading-icon mdc-text-field--disabled custom-disabled-colors-text-field--icon-color"> |
273 | 273 | <i class="material-icons mdc-text-field__icon" tabindex="0" role="button">event</i> |
274 | | - <input type="text" id="filled-text-field" class="mdc-text-field__input test-text-field__input" disabled> |
275 | | - <label class="mdc-floating-label" for="filled-text-field">Label</label> |
| 274 | + <input type="text" id="filled-text-field--icon-color" class="mdc-text-field__input test-text-field__input" disabled> |
| 275 | + <label class="mdc-floating-label" for="filled-text-field--icon-color">Label</label> |
276 | 276 | <div class="mdc-line-ripple"></div> |
277 | 277 | </div> |
278 | 278 | </div> |
279 | 279 |
|
280 | 280 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
281 | 281 | <div class="mdc-text-field mdc-text-field--outlined mdc-text-field--with-leading-icon mdc-text-field--disabled custom-disabled-colors-text-field--icon-color"> |
282 | 282 | <i class="material-icons mdc-text-field__icon" tabindex="0" role="button">event</i> |
283 | | - <input type="text" id="outlined-text-field" class="mdc-text-field__input test-text-field__input" disabled> |
| 283 | + <input type="text" id="outlined-text-field--icon-color" class="mdc-text-field__input test-text-field__input" disabled> |
284 | 284 | <div class="mdc-notched-outline"> |
285 | 285 | <div class="mdc-notched-outline__leading"></div> |
286 | 286 | <div class="mdc-notched-outline__notch"> |
287 | | - <label for="outlined-text-field" class="mdc-floating-label">Label</label> |
| 287 | + <label for="outlined-text-field--icon-color" class="mdc-floating-label">Label</label> |
288 | 288 | </div> |
289 | 289 | <div class="mdc-notched-outline__trailing"></div> |
290 | 290 | </div> |
|
294 | 294 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
295 | 295 | <div class="mdc-text-field mdc-text-field--with-leading-icon mdc-text-field--disabled custom-disabled-colors-text-field--icon-color"> |
296 | 296 | <i class="material-icons mdc-text-field__icon" tabindex="0" role="button">event</i> |
297 | | - <input type="text" id="filled-text-field-with-value" class="mdc-text-field__input test-text-field__input" value="Filled value" disabled> |
298 | | - <label for="filled-text-field-with-value" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
| 297 | + <input type="text" id="filled-text-field-with-value--icon-color" class="mdc-text-field__input test-text-field__input" value="Filled value" disabled> |
| 298 | + <label for="filled-text-field-with-value--icon-color" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
299 | 299 | <div class="mdc-line-ripple"></div> |
300 | 300 | </div> |
301 | 301 | </div> |
302 | 302 |
|
303 | 303 | <div class="test-cell test-cell--light test-cell--textfield-small"> |
304 | 304 | <div class="mdc-text-field mdc-text-field--outlined mdc-text-field--with-leading-icon mdc-text-field--disabled custom-disabled-colors-text-field--icon-color"> |
305 | 305 | <i class="material-icons mdc-text-field__icon" tabindex="0" role="button">event</i> |
306 | | - <input type="text" id="outlined-text-field-with-value" class="mdc-text-field__input test-text-field__input" value="Filled value" disabled> |
| 306 | + <input type="text" id="outlined-text-field-with-value--icon-color" class="mdc-text-field__input test-text-field__input" value="Filled value" disabled> |
307 | 307 | <div class="mdc-notched-outline mdc-notched-outline--notched"> |
308 | 308 | <div class="mdc-notched-outline__leading"></div> |
309 | 309 | <div class="mdc-notched-outline__notch"> |
310 | | - <label for="outlined-text-field-with-value" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
| 310 | + <label for="outlined-text-field-with-value--icon-color" class="mdc-floating-label mdc-floating-label--float-above">Label</label> |
311 | 311 | </div> |
312 | 312 | <div class="mdc-notched-outline__trailing"></div> |
313 | 313 | </div> |
|
0 commit comments