Fixed app navigation for IE11

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-02-28 10:11:10 +01:00
parent 77927442a6
commit 615f3b497d
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 4 additions and 3 deletions

View File

@ -218,7 +218,7 @@ kbd {
text-overflow: ellipsis; text-overflow: ellipsis;
color: $color-main-text; color: $color-main-text;
opacity: .57; opacity: .57;
flex: 1 1 0; flex: 1 1 0px;
z-index: 100; /* above the bullet to allow click*/ z-index: 100; /* above the bullet to allow click*/
/* TODO: forbid using img as icon in menu? */ /* TODO: forbid using img as icon in menu? */
&:first-child img { &:first-child img {
@ -457,7 +457,7 @@ kbd {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
flex: 1 1 0; flex: 1 1 0px;
line-height: 44px; line-height: 44px;
} }
.app-navigation-entry-deleted-button { .app-navigation-entry-deleted-button {
@ -481,6 +481,7 @@ kbd {
opacity 250ms ease-in-out, opacity 250ms ease-in-out,
z-index 250ms ease-in-out; z-index 250ms ease-in-out;
position: absolute; position: absolute;
left: 0;
background-color: $color-main-background; background-color: $color-main-background;
box-sizing: border-box; box-sizing: border-box;
} }
@ -1008,7 +1009,7 @@ kbd {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
order: 1; order: 1;
flex: 1 1 0; flex: 1 1 0px;
padding-right: 10px; padding-right: 10px;
cursor: pointer; cursor: pointer;
} }