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

Merged
merged 3 commits into from
Jan 22, 2025

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!

@jasonvarga jasonvarga merged commit 2a446d2 into statamic:5.x Jan 22, 2025
17 checks passed
@marcorieser marcorieser deleted the fix/safari-18-2-ui-issues branch January 22, 2025 15:54
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
3 participants