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

[5.x] Fix UI bugs in Safari 18.2 #11335

Open
wants to merge 2 commits into
base: 5.x
Choose a base branch
from

Conversation

marcorieser
Copy link
Contributor

Seems like Safari 18.2 has issues when there is a background gradient in combination with borders. Full colored backgrounds work perfectly well as you can see in the picture below.
Bildschirmfoto 2025-01-08 um 16 07 50
Bildschirmfoto 2025-01-08 um 16 05 52

We can fix that by applying background-clip: padding-box; to the UI elements. I did that for the ones I noticed while browsing the cp.

Fixes: #11287

@marcorieser marcorieser marked this pull request as draft January 9, 2025 14:17
@marcorieser marcorieser marked this pull request as ready for review January 9, 2025 14:25
@robdekort
Copy link
Contributor

Looks great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI bugs in Safari 18.2
2 participants