You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: packages/mdc-tab/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,8 @@ Mixin | Description
136
136
`mdc-tab-icon-color($color)` | Customizes the color of the tab icon.
137
137
`mdc-tab-states-color($color)`| Customizes the base states color, which affects hover/focus states and the press ripple.
138
138
`mdc-tab-ink-color($color)` | Customizes the text label, icon, and base states color.
139
+
`mdc-tab-active-text-label-color($color)` | Customizes the color of the active tab's text label.
140
+
`mdc-tab-active-icon-color($color)` | Customizes the color of the active tab's icon.
139
141
`mdc-tab-parent-positioning` | Sets the positioning of the MDCTab's parent element so that `MDCTab.computeDimensions()` reports the same values in all browsers.
140
142
`mdc-tab-fixed-width($width)` | Sets the fixed width of the tab. The tab will never be smaller than the given width.
0 commit comments