mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: sidenav fixes and dashboard search changes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user