From 15ae6338644d90a2a8d633892fd0b78acee97576 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 13 Feb 2019 14:34:18 +0100 Subject: [PATCH] Fix corners that are cut in popup menu in Safari Signed-off-by: Morris Jobke --- core/css/apps.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index 05a92139495..7a979d16585 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -934,6 +934,7 @@ $outter-margin: ($popoveritem-height - $popovericon-size) / 2; cursor: pointer; line-height: $popoveritem-height; border: 0; + border-radius: 0; // otherwise Safari will cut the border-radius area background-color: transparent; display: flex; align-items: flex-start;