File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2378,31 +2378,31 @@ body:not(.mobile) .sidebar::-webkit-scrollbar-track {
23782378 box-shadow : none;
23792379}
23802380
2381- body : not (. mobile ) .sidebar .header .logo ::-webkit-scrollbar {
2381+ body .sidebar .header .logo ::-webkit-scrollbar {
23822382 height : 10px ;
23832383}
23842384
2385- body .mobile .sidebar .header .logo ::-webkit-scrollbar {
2385+ body .mobile .sidebar .header .logo : not ( : active ): :-webkit-scrollbar {
23862386 opacity : 0 ;
23872387}
23882388
2389- body : not (. mobile ) .sidebar .header .logo ::-webkit-scrollbar-track {
2389+ body .sidebar .header .logo ::-webkit-scrollbar-track {
23902390 background : transparent;
23912391 box-shadow : none;
23922392}
23932393
2394- body : not (. mobile ) .sidebar .header .logo ::-webkit-scrollbar-thumb {
2394+ body .sidebar .header .logo ::-webkit-scrollbar-thumb {
23952395 background-color : rgb (130 134 137 / 50% );
23962396 border-left : 0 ;
23972397 border-right : 0 ;
23982398 border-radius : 0 ;
23992399}
24002400
2401- body : not (. mobile ) .sidebar .header .logo ::-webkit-scrollbar-thumb : hover {
2401+ body .sidebar .header .logo ::-webkit-scrollbar-thumb : hover {
24022402 background-color : rgb (130 134 137 / 65% );
24032403}
24042404
2405- body : not (. mobile ) .sidebar .header .logo ::-webkit-scrollbar-thumb : active {
2405+ body .sidebar .header .logo ::-webkit-scrollbar-thumb : active {
24062406 background-color : rgb (130 134 137 / 50% );
24072407}
24082408
You can’t perform that action at this time.
0 commit comments