summaryrefslogtreecommitdiffstats
path: root/core/css/apps.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r--core/css/apps.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 49148c1f3fd..175caff691e 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -1062,7 +1062,7 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
cursor: pointer;
line-height: $popoveritem-height;
border: 0;
- border-radius: 0; // otherwise Safari will cut the border-radius area
+ border-radius: var(--border-radius-large);
background-color: transparent;
display: flex;
align-items: flex-start;