vendor/assets/stylesheets/_reset.scss in active_frontend-12.4.26 vs vendor/assets/stylesheets/_reset.scss in active_frontend-12.4.27

- old
+ new

@@ -1,10 +1,11 @@ /* Table of Contents ================================================== # Reset # Color -# Style */ +# Style +# OS */ /* # Reset ================================================== */ body, div, @@ -113,6 +114,25 @@ .html-light { background: $color-light-haze; } /* # Style ================================================== */ .html-fixed, -.body-fixed { overflow: hidden; } +.body-fixed { overflow: hidden; } + +/* # OS +================================================== */ +.html-linux { + ::-webkit-scrollbar { + background: rgba(0,0,0,0); + border-radius: 500px; + width: 8px; + } + ::-webkit-scrollbar:hover { background: rgba(0,0,0,0.15); } + ::-webkit-scrollbar-thumb { + background: rgba(0,0,0,0.5); + border-radius: 500px; + } + ::-webkit-scrollbar-thumb:active { + background: rgba(0,0,0,0.6); + border-radius: 500px; + } +} \ No newline at end of file