Skip to content

Commit

Permalink
fix(Menu): remove style overrides to Menu.Button (#2029)
Browse files Browse the repository at this point in the history
- remove style overrides left over from 1.0 component
- update snapshots and re-run tests
  • Loading branch information
booc0mtaco authored Aug 7, 2024
1 parent f588ce4 commit 2ad7b4c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/components/Menu/Menu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@
position: relative;
}

.menu__button {
font: var(--eds-theme-typography-body-md);

color: var(--eds-theme-color-text-neutral-subtle);
background-color: var(--eds-theme-color-form-background);
border-color: var(--eds-theme-color-form-border);
font-weight: var(--eds-font-weight-light);
}

.menu__button--with-chevron {
color: var(--eds-theme-color-icon-neutral-default);
}

.menu__item {
display: block;
text-decoration: none;
Expand Down

0 comments on commit 2ad7b4c

Please sign in to comment.