mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-22 17:42:43 +00:00
feat: update ags
This commit is contained in:
28
home/desktops/hyprland/ags/scss/common/scrollable.scss
Normal file
28
home/desktops/hyprland/ags/scss/common/scrollable.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
@mixin scrollable {
|
||||
scrollbar,
|
||||
scrollbar * {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
scrollbar.vertical {
|
||||
transition: $transition;
|
||||
background-color: transparentize($bg-color, 0.7);
|
||||
|
||||
&:hover {
|
||||
background-color: transparentize($bg-color, 0.3);
|
||||
|
||||
slider {
|
||||
background-color: transparentize($fg-color, 0.3);
|
||||
min-width: 0.6em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
scrollbar.vertical slider {
|
||||
background-color: transparentize($fg-color, 0.5);
|
||||
border-radius: $radii;
|
||||
min-width: 0.4em;
|
||||
min-height: 2em;
|
||||
transition: $transition;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user