ux: sidenav fixes and dashboard search changes

This commit is contained in:
Torkel Ödegaard
2017-08-17 12:06:51 +02:00
parent a4da0adf38
commit 6609dbff90
17 changed files with 200 additions and 329 deletions

View File

@@ -37,6 +37,13 @@
bottom: 2px;
z-index: 1;
border-radius: 3px;
&:hover {
.thumb {
opacity: 1;
transition: opacity 100ms ease-in-out;
}
}
}
.gm-scrollbar.-vertical {
@@ -56,13 +63,21 @@
height: 0;
cursor: pointer;
border-radius: inherit;
background-color: lighten($body-bg, 10%);
background-color: $dark-5;
transform: translate3d(0,0,0);
opacity: 0;
}
.gemini-scrolling {
.gm-scrollbar .thumb {
opacity: 1;
transition: opacity 100ms ease-in-out;
}
}
.gm-scrollbar .thumb:hover,
.gm-scrollbar .thumb:active {
background-color: lighten($body-bg, 20%);
background-color: $blue;
}
.gm-scrollbar.-vertical .thumb {

View File

@@ -65,6 +65,7 @@
max-width: 1100px;
visibility: none;
opacity: 0;
background: $panel-bg;
height: 65%;
&--fade-in {
@@ -76,11 +77,9 @@
.search-results-container {
height: 100%;
overflow: auto;
display: block;
line-height: 28px;
padding: $spacer;
background: $panel-bg;
flex-grow: 10;
.selected {