Removed background color from .correspondence - #9452
Merged
Conversation
lucascumsille
force-pushed
the
correspondence-rouded-corners
branch
from
August 11, 2026 06:21
712f9d7 to
cb5fae9
Compare
garethrees
approved these changes
Aug 14, 2026
garethrees
left a comment
Member
There was a problem hiding this comment.
We reviewed on a call. Looks good!
Instead the white background is being applied to the correspondence text and event actions. This prevents the odd white corners on top of the correspondence when it has rounded corners.
lucascumsille
force-pushed
the
correspondence-rouded-corners
branch
from
August 17, 2026 05:40
cb5fae9 to
522ee3a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relevant issue(s)
Fixes part of: #9294
What does this do?
Instead the white background is being applied to the correspondence text and event actions. This prevents the odd white corners on top of the correspondence when it has rounded corners.
Why was this needed?
When
.correspondencehas round corners there is an odd sharp edge coming from the white background from the element. Normally you would applyoverflow: hiddento prevent it from happening, but we are usingposition: sticky, so we can't use overflow hidden.Implementation notes
This PR precedes this WDTK one
Screenshots
It's a two part PR. Screenshots here
Notes to reviewer
[skip changelog]