aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-02-13 14:34:18 +0100
committerMorris Jobke <hey@morrisjobke.de>2019-02-13 15:29:52 +0100
commit15ae6338644d90a2a8d633892fd0b78acee97576 (patch)
treecfb3da98ca231351defd2892bb6c9a986a71012c /core
parent90bcc8e63c52b5c4028d242af9ca5a0c00b34587 (diff)
downloadnextcloud-server-15ae6338644d90a2a8d633892fd0b78acee97576.tar.gz
nextcloud-server-15ae6338644d90a2a8d633892fd0b78acee97576.zip
Fix corners that are cut in popup menu in Safari
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss1
1 files changed, 1 insertions, 0 deletions
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;