mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 08:10:22 +00:00
ui: fix light scrollbar selector
This commit is contained in:
committed by
Val Alexander
parent
76592217ff
commit
f0ba7b95da
@@ -188,12 +188,13 @@
|
||||
}
|
||||
|
||||
/* Scrollbar - visible on light backgrounds */
|
||||
:root[data-theme-mode="light"] ::-webkit-scrollbar-thumb {
|
||||
:root[data-theme="light"]::-webkit-scrollbar-thumb,
|
||||
:root[data-theme="light"] ::-webkit-scrollbar-thumb {
|
||||
background: rgba(0, 0, 0, 0.15);
|
||||
border-radius: var(--radius-full);
|
||||
}
|
||||
|
||||
:root[data-theme-mode="light"] ::-webkit-scrollbar-thumb:hover {
|
||||
:root[data-theme="light"]::-webkit-scrollbar-thumb:hover,
|
||||
:root[data-theme="light"] ::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user