2020-03-24 23:38:15 +01:00

36 lines
477 B
Plaintext
Executable File

@import '~themes/vars.less';
:global {
.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
background-color: red;
}
.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x {
height: 8px;
}
.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y {
width: 8px;
}
.ps__rail-y,
.ps__rail-x {
z-index: 9;
}
.ps__thumb-y {
width: 4px;
right: 4px;
}
.ps__thumb-x {
height: 4px;
bottom: 4px;
}
}