Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 912f33c

Browse files
codrcopybara-github
authored andcommitted
refactor(select): remove dead code from theme Sass
PiperOrigin-RevId: 490004132
1 parent 18b8f31 commit 912f33c

File tree

1 file changed

+0
-146
lines changed

1 file changed

+0
-146
lines changed

packages/mdc-select/_select-theme.scss

Lines changed: 0 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -168,152 +168,6 @@ $icon-inactive-fade-in-duration: 0.5 * $dropdown-transition-duration !default;
168168
// Error colors
169169
$error-color: error !default;
170170

171-
// Implement `menu-cascading-menu-indicator-icon-color` when select supports.
172-
// Implement `menu-cascading-menu-indicator-icon-size` when select supports.
173-
// Implement `menu-container-surface-tint-layer-color` when select supports.
174-
// Implement `text-field-disabled-trailing-icon-color` when select supports.
175-
// Implement `text-field-error-focus-trailing-icon-color` when select supports.
176-
// Implement `text-field-error-hover-state-layer-color` when select supports.
177-
// Implement `text-field-error-hover-state-layer-opacity` when select supports.
178-
// Implement `text-field-error-hover-trailing-icon-color` when select supports.
179-
// Implement `text-field-error-trailing-icon-color` when select supports.
180-
// Implement `text-field-focus-trailing-icon-color` when select supports.
181-
// Implement `text-field-hover-state-layer-color` when select supports.
182-
// Implement `text-field-hover-state-layer-opacity` when select supports.
183-
// Implement `text-field-hover-trailing-icon-color` when select supports.
184-
// Implement `text-field-trailing-icon-color` when select supports.
185-
// Implement `text-field-trailing-icon-size` when select supports.
186-
// Token key `text-field-error-caret-color` not available on DSDB.
187-
// Token key `text-field-error-hover-caret-color` not available on DSDB.
188-
// Token key `text-field-focus-caret-color` not available on DSDB.
189-
// Token key `text-field-hover-caret-color` not available on DSDB.
190-
$_light-theme: (
191-
menu-cascading-menu-indicator-icon-color: null,
192-
menu-cascading-menu-indicator-icon-size: null,
193-
menu-container-color: null,
194-
menu-container-elevation: null,
195-
menu-container-shadow-color: null,
196-
menu-container-shape: null,
197-
menu-container-surface-tint-layer-color: null,
198-
menu-divider-color: null,
199-
menu-divider-height: null,
200-
menu-list-item-container-height: null,
201-
menu-list-item-label-text-color: null,
202-
menu-list-item-label-text-font: null,
203-
menu-list-item-label-text-line-height: null,
204-
menu-list-item-label-text-size: null,
205-
menu-list-item-label-text-tracking: null,
206-
menu-list-item-label-text-type: null,
207-
menu-list-item-label-text-weight: null,
208-
menu-list-item-selected-container-color: null,
209-
menu-list-item-with-leading-icon-leading-icon-color: null,
210-
menu-list-item-with-leading-icon-leading-icon-size: null,
211-
menu-list-item-with-trailing-icon-trailing-icon-color: null,
212-
menu-list-item-with-trailing-icon-trailing-icon-size: null,
213-
text-field-active-indicator-color: null,
214-
text-field-active-indicator-height: null,
215-
text-field-caret-color: null,
216-
text-field-container-color: null,
217-
text-field-container-height: null,
218-
text-field-container-shape: null,
219-
text-field-disabled-active-indicator-color: null,
220-
text-field-disabled-active-indicator-height: null,
221-
text-field-disabled-active-indicator-opacity: null,
222-
text-field-disabled-container-color: null,
223-
text-field-disabled-container-opacity: null,
224-
text-field-disabled-indicator-color: null,
225-
text-field-disabled-input-text-color: null,
226-
text-field-disabled-input-text-opacity: null,
227-
text-field-disabled-label-text-color: null,
228-
text-field-disabled-label-text-opacity: null,
229-
text-field-disabled-leading-icon-color: null,
230-
text-field-disabled-leading-icon-opacity: null,
231-
text-field-disabled-outline-color: null,
232-
text-field-disabled-outline-opacity: null,
233-
text-field-disabled-outline-width: null,
234-
text-field-disabled-supporting-text-color: null,
235-
text-field-disabled-supporting-text-opacity: null,
236-
text-field-disabled-trailing-icon-color: null,
237-
text-field-disabled-trailing-icon-opacity: null,
238-
text-field-error-active-indicator-color: null,
239-
text-field-error-caret-color: null,
240-
text-field-error-focus-active-indicator-color: null,
241-
text-field-error-focus-caret-color: null,
242-
text-field-error-focus-input-text-color: null,
243-
text-field-error-focus-label-text-color: null,
244-
text-field-error-focus-leading-icon-color: null,
245-
text-field-error-focus-outline-color: null,
246-
text-field-error-focus-supporting-text-color: null,
247-
text-field-error-focus-trailing-icon-color: null,
248-
text-field-error-hover-active-indicator-color: null,
249-
text-field-error-hover-caret-color: null,
250-
text-field-error-hover-input-text-color: null,
251-
text-field-error-hover-label-text-color: null,
252-
text-field-error-hover-leading-icon-color: null,
253-
text-field-error-hover-outline-color: null,
254-
text-field-error-hover-state-layer-color: null,
255-
text-field-error-hover-state-layer-opacity: null,
256-
text-field-error-hover-supporting-text-color: null,
257-
text-field-error-hover-trailing-icon-color: null,
258-
text-field-error-input-text-color: null,
259-
text-field-error-label-text-color: null,
260-
text-field-error-leading-icon-color: null,
261-
text-field-error-outline-color: null,
262-
text-field-error-supporting-text-color: null,
263-
text-field-error-trailing-icon-color: null,
264-
text-field-focus-active-indicator-color: null,
265-
text-field-focus-active-indicator-height: null,
266-
text-field-focus-caret-color: null,
267-
text-field-focus-input-text-color: null,
268-
text-field-focus-label-text-color: null,
269-
text-field-focus-leading-icon-color: null,
270-
text-field-focus-outline-color: null,
271-
text-field-focus-outline-width: null,
272-
text-field-focus-supporting-text-color: null,
273-
text-field-focus-trailing-icon-color: null,
274-
text-field-hover-active-indicator-color: null,
275-
text-field-hover-active-indicator-height: null,
276-
text-field-hover-caret-color: null,
277-
text-field-hover-input-text-color: null,
278-
text-field-hover-label-text-color: null,
279-
text-field-hover-leading-icon-color: null,
280-
text-field-hover-outline-color: null,
281-
text-field-hover-outline-width: null,
282-
text-field-hover-state-layer-color: null,
283-
text-field-hover-state-layer-opacity: null,
284-
text-field-hover-supporting-text-color: null,
285-
text-field-hover-trailing-icon-color: null,
286-
text-field-input-text-color: null,
287-
text-field-input-text-font: null,
288-
text-field-input-text-line-height: null,
289-
text-field-input-text-size: null,
290-
text-field-input-text-tracking: null,
291-
text-field-input-text-type: null,
292-
text-field-input-text-weight: null,
293-
text-field-label-text-color: null,
294-
text-field-label-text-font: null,
295-
text-field-label-text-line-height: null,
296-
text-field-label-text-populated-line-height: null,
297-
text-field-label-text-populated-size: null,
298-
text-field-label-text-size: null,
299-
text-field-label-text-tracking: null,
300-
text-field-label-text-type: null,
301-
text-field-label-text-weight: null,
302-
text-field-leading-icon-color: null,
303-
text-field-leading-icon-size: null,
304-
text-field-outline-color: null,
305-
text-field-outline-width: null,
306-
text-field-supporting-text-color: null,
307-
text-field-supporting-text-font: null,
308-
text-field-supporting-text-line-height: null,
309-
text-field-supporting-text-size: null,
310-
text-field-supporting-text-tracking: null,
311-
text-field-supporting-text-type: null,
312-
text-field-supporting-text-weight: null,
313-
text-field-trailing-icon-color: null,
314-
text-field-trailing-icon-size: null,
315-
);
316-
317171
@mixin theme-styles($theme, $resolvers: resolvers.$material) {
318172
@include container-fill-color(
319173
(

0 commit comments

Comments
 (0)