mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
36 lines
477 B
Plaintext
Executable File
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;
|
|
}
|
|
}
|