This repository was archived by the owner on Sep 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 }
4040
4141 ::-webkit-scrollbar-thumb {
42- background-color : rgba (0 ,0 ,0 ,0 );
4342 box-shadow : none ;
4443 border : none ;
4544 }
5251 background-color : transparent ;
5352 }
5453
55- /* The data URIs for the thumb were generated from the Fireworks files in
56- * styles/vertical-thumb-fw-outline.png and styles/horiz-thumb-fw-outline.png.
57- */
54+ :hover ::-webkit-scrollbar-thumb ,
55+ :focus ::-webkit-scrollbar-thumb {
56+ border-radius : 999px ;
57+ box-shadow : 0 0 0 3px rgba (0 , 0 , 0 , 0.6 ) inset ;
58+ border : 2px solid transparent ;
59+ }
60+
5861 :hover ::-webkit-scrollbar-thumb :vertical ,
5962 :focus ::-webkit-scrollbar-thumb :vertical {
60- border-color : transparent ;
61- border-width : 9px 0 ;
6263 min-height : 20px ;
6364 }
6465
6566 :hover ::-webkit-scrollbar-thumb :horizontal ,
6667 :focus ::-webkit-scrollbar-thumb :horizontal {
67- border-color : transparent ;
68- border-width : 0 9px ;
6968 min-width : 20px ;
7069 }
7170}
8786 ::-webkit-scrollbar-thumb {
8887 border-radius : 999px ;
8988 box-shadow : 0 0 0 4px @custom-scrollbar-thumb inset ;
90- border : 2px solid rgba ( 0 , 0 , 0 , 0 ) ;
89+ border : 2px solid transparent ;
9190 }
9291
9392 ::-webkit-scrollbar-corner {
You can’t perform that action at this time.
0 commit comments