Merge pull request #701 from Araxeus/lint

lint
This commit is contained in:
th-ch
2022-05-01 21:35:36 +02:00
committed by GitHub
5 changed files with 3 additions and 5 deletions

View File

@ -57,10 +57,10 @@ yt-page-navigation-progress,
/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0);
background: #3a3a3a;
background-clip: padding-box;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;