mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
32 lines
465 B
Plaintext
32 lines
465 B
Plaintext
:global {
|
|
.ps--active-x > .ps__rail-x,
|
|
.ps--active-y > .ps__rail-y {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|