Browse Source

Fix corners that are cut in popup menu in Safari

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v16.0.0alpha1
Morris Jobke 5 years ago
parent
commit
15ae633864
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/css/apps.scss

+ 1
- 0
core/css/apps.scss View File

@@ -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;

Loading…
Cancel
Save