From 7ce094639734f9b3b54b8f49347480ceb5efe496 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 24 Feb 2023 11:12:00 +0100 Subject: [PATCH] fix right-click img tags Signed-off-by: Simon L Signed-off-by: nextcloud-command --- core/css/apps.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index 1e33161580ad7..ed4da0892e1cc 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -1224,6 +1224,21 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2); } } +.popovermenu { + li { + > button, + > a, + > .menuitem { + /* DEPRECATED! old img in popover fallback + * TODO: to remove */ + > img { + width: $popoveritem-height; + height: $popoveritem-height; + } + } + } +} + /* CONTENT LIST ------------------------------------------------------------ */ .app-content-list { position: -webkit-sticky;