Skip to content

Commit

Permalink
removing hover
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpereirapinheiro committed Jan 9, 2025
1 parent 861a001 commit c7f6240
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/gestalt/src/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,22 +206,6 @@ a.lgVr:focus {
background-color: var(--color-background-light);
}

.alwaysLight:hover {
background-color: var(--color-background-button-tertiary-hover);
}

.alwaysLight:active {
background-color: var(--color-background-button-tertiary-active);
}

.alwaysDark {
background-color: var(--color-background-dark);
}

.alwaysDark:hover {
background-color: var(--color-background-button-tertiary-hover);
}

.alwaysDark:active {
background-color: var(--color-background-button-tertiary-active);
}

0 comments on commit c7f6240

Please sign in to comment.