Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-02-28 12:11:10 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-03-01 22:22:42 +0300
commitb768040fcadebb72f0c64ef5198147c19cadbe1a (patch)
treed07ddadfdc253cb9a170ec1766c1800866a569ff /core
parenta2672a2ad8335d41c76b10a5f21d21f3b723ecea (diff)
Fixed app navigation for IE11
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index a92db4ed4ab..405d42d0948 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -218,7 +218,7 @@ kbd {
text-overflow: ellipsis;
color: $color-main-text;
opacity: .57;
- flex: 1 1 0;
+ flex: 1 1 0px;
z-index: 100; /* above the bullet to allow click*/
/* TODO: forbid using img as icon in menu? */
&:first-child img {
@@ -457,7 +457,7 @@ kbd {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
- flex: 1 1 0;
+ flex: 1 1 0px;
line-height: 44px;
}
.app-navigation-entry-deleted-button {
@@ -481,6 +481,7 @@ kbd {
opacity 250ms ease-in-out,
z-index 250ms ease-in-out;
position: absolute;
+ left: 0;
background-color: $color-main-background;
box-sizing: border-box;
}
@@ -1019,7 +1020,7 @@ kbd {
overflow: hidden;
text-overflow: ellipsis;
order: 1;
- flex: 1 1 0;
+ flex: 1 1 0px;
padding-right: 10px;
cursor: pointer;
}