We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb119c commit 325afabCopy full SHA for 325afab
plugin/assets/css/src/components/button.css
@@ -655,14 +655,15 @@ svg.mdc-button__icon {
655
656
.mdc-button--elevated:not(:disabled),
657
.mdc-button--raised:not(:disabled) {
658
+ color: var(--md-sys-color-primary);
659
660
&:hover {
661
background-color: var(--md-sys-color-surface-variant);
662
}
663
664
&:focus,
665
&:active {
- background-color: var(--md-sys-color-surface);
666
+ background-color: var(--md-sys-color-surface-variant);
667
668
669
0 commit comments