We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f6fce8 + c2daec0 commit e6f7429Copy full SHA for e6f7429
plugin/assets/css/src/components/button.css
@@ -655,19 +655,21 @@ 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
670
.mdc-button.is-large {
671
background-color: var(--md-sys-color-primary-container);
672
+ border: 0;
673
border-radius: var(--md-sys-shape-medium);
674
box-shadow: var(--md-sys-elevation-1);
675
color: var(--md-sys-color-on-primary-container);
0 commit comments