Skip to content

Commit

Permalink
Merge pull request #1543 from nextcloud/fix/menu_font_mail
Browse files Browse the repository at this point in the history
Fix menu font for apps
  • Loading branch information
PVince81 authored Nov 5, 2020
2 parents 1ed1a74 + ba2992e commit 6122ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/action.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
}
}


@mixin action-item($name) {
.action-#{$name} {
Expand All @@ -66,6 +66,7 @@
box-shadow: none;

font-weight: normal;
font-size: var(--default-font-size);
line-height: $clickable-area;

&:hover,
Expand Down

0 comments on commit 6122ed2

Please sign in to comment.