mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removing gemini scrollbar and replacing with perfect scrollbar, muuuch better
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
@import "~perfect-scrollbar/css/perfect-scrollbar.css";
|
||||
|
||||
.ps__rail-x:hover,
|
||||
.ps__rail-y:hover,
|
||||
.ps__rail-x:focus,
|
||||
.ps__rail-y:focus {
|
||||
background-color: transparent;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.ps__thumb-y {
|
||||
@include gradient-vertical($blue, lighten($blue, 20%));
|
||||
}
|
||||
|
||||
.ps__rail-y:hover > .ps__thumb-y,
|
||||
.ps__rail-y:focus > .ps__thumb-y {
|
||||
background-color: #999;
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
/**
|
||||
* gemini-scrollbar
|
||||
* @version 1.5.2
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
height: 100%;
|
||||
display: block;
|
||||
padding: $spacer;
|
||||
position: relative;
|
||||
flex-grow: 10;
|
||||
|
||||
.selected {
|
||||
|
||||
Reference in New Issue
Block a user