mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 01:20:22 +00:00
fix(ui): revert to descendant selector - tested working
- First commit (f3bb4ae) with space selector tested working
- Second commit broke the fix after bot suggestion
- Reverting to original approach
This commit is contained in:
@@ -188,11 +188,12 @@
|
||||
}
|
||||
|
||||
/* Scrollbar - visible on light backgrounds */
|
||||
:root[data-theme-mode="light"]::-webkit-scrollbar-thumb {
|
||||
:root[data-theme-mode="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-mode="light"] ::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user