File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
plugin/assets/css/src/components Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -655,19 +655,21 @@ svg.mdc-button__icon {
655655
656656.mdc-button--elevated : not (: disabled ),
657657.mdc-button--raised : not (: disabled ) {
658+ color : var (--md-sys-color-primary );
658659
659660 & : hover {
660661 background-color : var (--md-sys-color-surface-variant );
661662 }
662663
663664 & : focus ,
664665 & : active {
665- background-color : var (--md-sys-color-surface );
666+ background-color : var (--md-sys-color-surface-variant );
666667 }
667668}
668669
669670.mdc-button .is-large {
670671 background-color : var (--md-sys-color-primary-container );
672+ border : 0 ;
671673 border-radius : var (--md-sys-shape-medium );
672674 box-shadow : var (--md-sys-elevation-1 );
673675 color : var (--md-sys-color-on-primary-container );
You can’t perform that action at this time.
0 commit comments