Skip to content
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

Making zone widget background same as selection if inside of the selection #185241

Merged
merged 7 commits into from
Jun 16, 2023

Conversation

aiday-mar
Copy link
Contributor

@aiday-mar aiday-mar commented Jun 15, 2023

Fixes #185122

The current implementation of the zone widget makes the zone widget appear always to the left of the vertical scrollbar, which caused the blue background not to extend to behind the scrollbar. The code has been changed so as to allow the zone widget to be behind the vertical scrollbar.

In order to account for the gutter on the left which should not be colored in blue, the fixed margin is set on the zone container. This way the inline chat widget left margin is only based on the indentation width. This has allowed to simplify the code.

Screen.Recording.2023-06-15.at.17.44.53.mov

@aiday-mar aiday-mar self-assigned this Jun 15, 2023
@aiday-mar aiday-mar requested a review from jrieken June 15, 2023 15:47
@aiday-mar aiday-mar marked this pull request as ready for review June 15, 2023 15:47
@VSCodeTriageBot VSCodeTriageBot added this to the June 2023 milestone Jun 15, 2023
@aiday-mar aiday-mar removed the request for review from jrieken June 15, 2023 15:53
@aiday-mar aiday-mar marked this pull request as draft June 15, 2023 17:02
@aiday-mar aiday-mar marked this pull request as ready for review June 16, 2023 09:07
@aiday-mar aiday-mar enabled auto-merge June 16, 2023 09:07
@aiday-mar aiday-mar requested a review from jrieken June 16, 2023 09:09
@aiday-mar aiday-mar merged commit 977b6a1 into main Jun 16, 2023
6 checks passed
@aiday-mar aiday-mar deleted the aiday/changingTheInlineChatBackgroundColor branch June 16, 2023 09:38
@github-actions github-actions bot locked and limited conversation to collaborators Jul 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement] Make the inline chat background the same color as the selection
3 participants