removing gemini scrollbar and replacing with perfect scrollbar, muuuch better

This commit is contained in:
Torkel Ödegaard
2017-11-23 11:12:32 +01:00
parent 856a0393ab
commit f18f1a1093
11 changed files with 286 additions and 278 deletions

View File

@@ -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

View File

@@ -79,6 +79,7 @@
height: 100%;
display: block;
padding: $spacer;
position: relative;
flex-grow: 10;
.selected {