From 75587cf135ba758f9552bf9f9d4c28fcefb7d090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 17 Jan 2017 10:11:08 +0100 Subject: [PATCH] Add menuitem to popover menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 6166a9b332..88fd223ba6 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -603,7 +603,8 @@ em { li { display: flex; > button, - > a { + > a, + > .menuitem { cursor: pointer; line-height: 36px; border: 0;