naive-ui/styles/themes/dark/components/Scrollbar.scss

6 lines
139 B
SCSS
Raw Normal View History

2019-09-24 12:43:56 +08:00
@mixin setup-dark-scrollbar {
$scrollbar-color: (
"default": rgba(255,255,255,0.2),
"hover": rgba(255,255,255,0.3)
) !global;
}