Skip to content

Commit

Permalink
Removed override for components-button:hover color style (#96247)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulopmt1 authored Nov 13, 2024
1 parent dac90ba commit 6510478
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/assets/stylesheets/_wp-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
}

/* @wordpress/components Button overrides */
.components-button {
&,
&:hover:not(:disabled):not([aria-disabled="true"]) {
color: var(--color-neutral-70);
}
}

.components-button.is-primary {
background-color: var(--color-accent);
border-color: var(--color-accent);
Expand Down

0 comments on commit 6510478

Please sign in to comment.