Open
Description
Documentation Feedback
For example i see outlined-hover-state-layer-opacity, what is it, what values does it accept (opacity or color)? i tried to set it and it doesn't change anything. How i should properly style button for :hover ? Now i'm using something like this:
.mdc-button:hover {
@include mat.button-overrides(
(
filled-container-color: var(--colors-main-40),
)
);
}
But i don't like that i forced to use class name "mdc-button" that can be changed.
Maybe there are figma or something i can play around with these design tokens because now i blind and everyting is unclear and i think that i hack new tokens system.