Fix menuitem border radius

Fix #33909

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
pull/33937/head
Carl Schwan 2022-09-07 12:34:18 +07:00
parent f496e471e0
commit ebd96490a5
No known key found for this signature in database
GPG Key ID: C3AA6B3A5EFA7AC5
8 changed files with 5 additions and 8 deletions

@ -661,7 +661,6 @@ table td.selection {
/* fix position of bubble pointer for Files app */
.bubble,
#app-navigation .app-navigation-entry-menu {
border-top-right-radius: 3px;
min-width: 100px;
}

File diff suppressed because one or more lines are too long

@ -559,7 +559,6 @@ table td.selection {
/* fix position of bubble pointer for Files app */
.bubble,
#app-navigation .app-navigation-entry-menu {
border-top-right-radius: 3px;
min-width: 100px;
}

@ -661,7 +661,6 @@ table td.selection {
/* fix position of bubble pointer for Files app */
.bubble,
#app-navigation .app-navigation-entry-menu {
border-top-right-radius: 3px;
min-width: 100px;
}

File diff suppressed because one or more lines are too long

@ -1059,7 +1059,7 @@ kbd {
cursor: pointer;
line-height: 44px;
border: 0;
border-radius: 0;
border-radius: var(--border-radius-large);
background-color: transparent;
display: flex;
align-items: flex-start;

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

@ -3832,7 +3832,7 @@ kbd {
cursor: pointer;
line-height: 44px;
border: 0;
border-radius: 0;
border-radius: var(--border-radius-large);
background-color: transparent;
display: flex;
align-items: flex-start;