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

Commit

Permalink
fix(menu): Fix wrong menu styling properties (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
touficbatache authored and amsheehan committed Jun 7, 2017
1 parent 99d2bbd commit 76714f2
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 76714f2

Please sign in to comment.