17 lines
495 B
SCSS
17 lines
495 B
SCSS
@use "@configured-variables" as variables;
|
|
|
|
// ————————————————————————————————————
|
|
// * ——— Perfect Scrollbar
|
|
// ————————————————————————————————————
|
|
|
|
.v-application.v-theme--dark {
|
|
.ps__rail-y,
|
|
.ps__rail-x {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.ps__thumb-y {
|
|
background-color: variables.$plugin-ps-thumb-y-dark;
|
|
}
|
|
}
|