Skip to content

Commit

Permalink
chore(menu): remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Aug 7, 2023
1 parent a80819c commit 0735f09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,12 @@ export default CustomElement
--mdw-bg: var(--mdw-color__surface-container);
--mdw-ink: var(--mdw-color__on-surface);
--mdw-surface__shadow__resting: var(--mdw-surface__shadow__2);
--mdw-surface__shadow__raised: var(--mdw-surface__shadow__resting);
display: block;
inline-size: auto;
min-inline-size: calc(var(--mdw-menu__inline-base) * 2);
max-inline-size: 100vw;
background-color: rgb(var(--mdw-bg));
}
Expand Down

0 comments on commit 0735f09

Please sign in to comment.