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

Chrome 118 doesn't support background clip inside css var #3331

Open
1 task
kof opened this issue May 9, 2024 · 0 comments
Open
1 task

Chrome 118 doesn't support background clip inside css var #3331

kof opened this issue May 9, 2024 · 0 comments
Labels
area:styles Style Panel is the CSS panel on the right prio:2 Always look for prio:1 issues first before working on prio:2 type:bug Something isn't working

Comments

@kof
Copy link
Member

kof commented May 9, 2024

This doesn't work -webkit-background-clip: var(--wu0qi5AJjPA47j43YcYuf--backgroundClip, text) while this does -webkit-background-clip: text.

Hence we need to bring a red alert even in chromium versions which don't support it that we only partially support it and recommend an upgrade.

Currently affected electron desktop app as well.

Todo

  • add alert
@kof kof added type:bug Something isn't working area:styles Style Panel is the CSS panel on the right prio:2 Always look for prio:1 issues first before working on prio:2 labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:styles Style Panel is the CSS panel on the right prio:2 Always look for prio:1 issues first before working on prio:2 type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant