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
Rather than add a mixin for opacity specifically, this request is to remove the hardcoded opacity and simply allow developers to specify opacity by passing an rgba value to color-related Sass mixins (e.g. mdc-tab-text-label-color)
The text was updated successfully, but these errors were encountered:
The opacity of the Tab's text label and icon is hardcoded with no way to overwrite it via official mixins (https://github.com/material-components/material-components-web/blob/master/packages/mdc-tab/mdc-tab.scss#L90,L101).
Rather than add a mixin for opacity specifically, this request is to remove the hardcoded opacity and simply allow developers to specify opacity by passing an rgba value to color-related Sass mixins (e.g. mdc-tab-text-label-color)
The text was updated successfully, but these errors were encountered: