Merge pull request #3114 from nextcloud/menuitem-fix

Add menuitem to popover menu
pull/3116/head
Björn Schießle 9 years ago committed by GitHub
commit 61c68d4ebe
  1. 3
      core/css/apps.scss

@ -603,7 +603,8 @@ em {
li {
display: flex;
> button,
> a {
> a,
> .menuitem {
cursor: pointer;
line-height: 36px;
border: 0;

Loading…
Cancel
Save