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

6 lines
179 B
SCSS
Raw Normal View History

2019-09-24 12:43:56 +08:00
@mixin setup-light-scrollbar {
2020-02-20 13:22:48 +08:00
$--scrollbar-background-color: (
2020-02-19 22:37:20 +08:00
"default": $--n-scrollbar-background-color,
"hover": $--n-scrollbar-hover-background-color
2019-09-24 12:43:56 +08:00
) !global;
}