Skip to content

Commit

Permalink
Update elevated tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
emeaguiar committed Aug 26, 2022
1 parent 8bb119c commit 325afab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/assets/css/src/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -655,14 +655,15 @@ svg.mdc-button__icon {

.mdc-button--elevated:not(:disabled),
.mdc-button--raised:not(:disabled) {
color: var(--md-sys-color-primary);

&:hover {
background-color: var(--md-sys-color-surface-variant);
}

&:focus,
&:active {
background-color: var(--md-sys-color-surface);
background-color: var(--md-sys-color-surface-variant);
}
}

Expand Down

0 comments on commit 325afab

Please sign in to comment.