-
Notifications
You must be signed in to change notification settings - Fork 67
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: make button background styles more specific #2407
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.
Looks good!
Thanks! |
Hey @, good job getting this PR merged! 🎉 Now, the Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label. If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label. Thank you! ❤️ |
🎉 This PR is included in version 2.3.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [2.3.0](v2.2.1...v2.3.0) (2024-11-25) ### Bug Fixes * make button background styles more specific ([#2407](#2407)) ([21f6a4e](21f6a4e)) ### Features * add Bluesky to the profile fields ([#2413](#2413)) ([a4eb21b](a4eb21b)) * add Bluesky to the Social Links menu ([#2412](#2412)) ([e32f604](e32f604)) * **author-archive:** replace twitter icon with x ([2f4709a](2f4709a))
🎉 This PR is included in version 2.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
This PR fixes an issue I noticed while working on Automattic/newspack-blocks#1958 -- the background image used for the Link icon was getting overridden on hover by the non-specific background hover styles coming from the theme.
This PR fixes the issue by switching
background
tobackground-color
so it won't affect background images; it's not specific to ras-acc, so I made the change in trunk.How to test the changes in this Pull Request:
npm run build
.Other information: