[Update] Main Page: Side bar scroll bar. Adjust scroll bar color when language selector is opened.(For hiding in appearance)

This commit is contained in:
Sakamoto Shiina
2024-09-12 16:50:47 +09:00
parent b12908f01f
commit 6b3ff1f3b2
2 changed files with 17 additions and 2 deletions

View File

@@ -33,9 +33,19 @@
border-radius: 0.4rem;
}
&.is_opened {
&::-webkit-scrollbar-track {
background-color: var(--dark_875_color);
}
&::-webkit-scrollbar-thumb {
background-color: var(--dark_875_color);
}
}
&:hover {
&::-webkit-scrollbar-thumb {
background-color: var(--dark_800_color);
}
}
}