Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

fix(menu): Fix wrong menu styling properties #789

Merged
merged 3 commits into from
Jun 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/mdc-menu/simple/mdc-simple-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ $mdc-simple-menu-item-fade-duration: .3s;
.mdc-simple-menu {
display: none;
position: absolute;
min-width: 170px;
max-width: calc(100vw - 32px);
max-height: calc(100vh - 32px);
margin: 0;
Expand Down Expand Up @@ -134,7 +135,7 @@ $mdc-simple-menu-item-fade-duration: .3s;
color: inherit;
text-decoration: none;

@include mdc-typography(body2);
@include mdc-typography(subheading2);

@include mdc-theme-dark(".mdc-simple-menu", true) {
color: white;
Expand Down