Skip to content

Commit 24cc846

Browse files
author
Mario Aguiar
committed
Fix hover color
1 parent 554424a commit 24cc846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/assets/css/src/components/button.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,12 +686,14 @@ svg.mdc-button__icon {
686686
.mdc-button.is-large .hover {
687687
background-color: rgba(var(--md-sys-color-on-primary-container-rgb), var(--md-sys-state-hover-state-layer-opacity));
688688
box-shadow: var(--md-sys-elevation-4);
689+
color: var(--md-sys-color-on-primary-container);
689690
}
690691

691692
.mdc-button.is-large:focus,
692693
.mdc-button.is-large .focus {
693694
background-color: rgba(var(--md-sys-color-on-primary-container-rgb), var(--md-sys-state-focus-state-layer-opacity));
694695
box-shadow: var(--md-sys-elevation-2);
696+
color: var(--md-sys-color-on-primary-container);
695697
}
696698

697699
.mdc-button.is-large:active,

0 commit comments

Comments
 (0)