-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should sticky scroll apply the focused
class to the sticky scroll items?
#207657
Comments
Sticky Scroll supports being focused which is why an element can have |
I was surprised to see the sticky scroll element have the
focused
class:<div class="monaco-tree-sticky-row monaco-list-row focused" data-index="29" data-parity="odd" id="list_id_6_29" role="option" aria-label="tasks.json, tasks.json" aria-selected="false" aria-expanded="true" style="top: 0px; height: 24px; line-height: 24px;">
caused by:
vscode/src/vs/base/browser/ui/tree/abstractTree.ts
Line 1648 in ca19ca6
mostly because, well, it doesn't feel "focused" to me and because it is focused, the Action bars get colored using
--vscode-quickInputList-focusIconForeground
instead of--vscode-icon-foreground
.To me the icons should probably just use
--vscode-icon-foreground
... although, I admit, I do want the icons to show up while it's sticky... I haven't thought long about how I would do that if we stopped marking these rows as "focused"The text was updated successfully, but these errors were encountered: