-
Notifications
You must be signed in to change notification settings - Fork 15.7k
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
fix: remove types from GTK CSS selectors #39003
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@aiddya could you please rebase this? |
Remove types from GTK CSS selectors similar to Chromium's changes in CL 4289229. Fixes electron#38786
Done. |
Congrats on merging your first pull request! 🎉🎉🎉 |
Release Notes Persisted
|
I have automatically backported this PR to "25-x-y", please check out #39044 |
I have automatically backported this PR to "26-x-y", please check out #39045 |
Remove types from GTK CSS selectors similar to Chromium's changes in CL 4289229. Fixes electron#38786 Co-authored-by: Athul Iddya <[email protected]>
Description of Change
Remove types from GTK CSS selectors similar to Chromium's changes in CL 4289229.
Fixes #38786
Checklist
npm test
passesRelease Notes
Notes: Fixed display of title bar buttons on Wayland.