Sha256: bb1020212109ae11642fd123b875a399b0f9b5ef3c7dc1679203e31356edafb1
Contents?: true
Size: 674 Bytes
Versions: 1
Compression:
Stored size: 674 Bytes
Contents
.u-thinscrollbar { overflow-y: scroll; // entire scrollbar &::-webkit-scrollbar { width: 4px; background-color: transparent; } // handle &::-webkit-scrollbar-thumb { border-radius: $border-radius-object; background-color: transparent; } // track bar &::-webkit-scrollbar-track { display: none; } // arrow buttons &::-webkit-scrollbar-button { display: none; } &:hover { &::-webkit-scrollbar-thumb { background-color: hsl(var(--db-accent-color-h), var(--db-accent-color-s), 80%); &:hover { background-color: hsl(var(--db-accent-color-h), var(--db-accent-color-s), 70%); } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
databook-theme-0.1.2 | _sass/utilities/_thinscrollbar.scss |