Fix corners that are cut in popup menu in Safari

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/14168/head
Morris Jobke 7 years ago
parent 90bcc8e63c
commit 15ae633864
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
  1. 1
      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;

Loading…
Cancel
Save