Sha256: 7efb724c5e327d262bc84e4899796bc614a8ac7e447c0470bf278c5f262d5b4c
Contents?: true
Size: 542 Bytes
Versions: 8
Compression:
Stored size: 542 Bytes
Contents
/* Let's get this party started */ ::-webkit-scrollbar { width: 7px; height: 7px; } /* Track */ ::-webkit-scrollbar-track { // -webkit-box-shadow: inset 0 0 6px #626d77; // background: #626d77; -webkit-border-radius: 0; border-radius: 0; } /* Handle */ ::-webkit-scrollbar-thumb { -webkit-border-radius: 0; border-radius: 0; background: darken($color-primary, 5%); // -webkit-box-shadow: inset 0 0 6px $color-primary; } ::-webkit-scrollbar-thumb:window-inactive { background: $color-primary; }
Version data entries
8 entries across 8 versions & 1 rubygems