-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Working set item remains blue when selection highlight moves to folder #9142
Comments
@peterflynn are you seeing this in master? It should only be blue in the |
@JeffryBooher Yes, I'm on master with no local diffs. There's a rule |
Assigning @JeffryBooher since it sounds like you'll be able to clean this up when you make a PR for |
@peterflynn there was already a selector for this but his was overriding it and it was using a variable for the color whereas the change that @larz0 made wasn't. Also this needed a little extra love because the active class remained on a working set if the file selector was in the project tree so that is fixed as well. |
I think that was intentional. @larz0 ? |
FYI I noticed this with the new file tree as well (this problem is unrelated) |
that's fine if it was intentional. we should be using a variable for the color property not a CSS RGB HEX value and if we need to remove the |
I actually like that behaviour, as it actually always shows you which file is currently opened (in each pane). |
@marcelgerber I was thinking the same thing. |
@redmunds yep it's intentional. |
@pflynn You said in today's standup that you are not ok with this change. Please state your case so we can resolve this. @JeffryBooher is willing to fix it, if necessary, in #9134, but we need a resolution. cc @larz0 |
@larz0 After considering this some more, I think this behavior is ok. It still has some slightly odd cases, mostly because the tree doesn't do highlighting quite the same way. But on balance it seems solid enough -- so I'm ok with the behavior that's currently on master. |
@peterflynn ok good to know 👍 |
I'll fix the pr and close the issue |
closing as not an issue |
This might be UTR with the new project tree, but I'm not sure if there are other cases of the same bug too -- seems like the should fix it such that the text color & the selection highlight are always in lockstep.
Result: working set item's text is still colored blue, although selection highlight has moved to the project tree
Expected: item only has blue-colored text when it has the selection highlight
The text was updated successfully, but these errors were encountered: