Merge pull request #3114 from nextcloud/menuitem-fix

Add menuitem to popover menu
This commit is contained in:
Björn Schießle 2017-01-17 11:12:49 +01:00 committed by GitHub
commit 61c68d4ebe
1 changed files with 2 additions and 1 deletions

View File

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