diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 1 |
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; |