-
Notifications
You must be signed in to change notification settings - Fork 327
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
Background control type #1808
Milestone
Comments
@aristath Any feedback on this? |
I don't understand the "2 options" part, could you please elaborate? |
No problem. Here is a video showing that if social media icon anchors are set as a gradient which uses "background-image" and you set the anchor hover as a regular "background-color" it doesn't do anything since "background-image" is superior to "background-color". |
Pushed a fix for this. |
aristath
added a commit
that referenced
this issue
Mar 17, 2018
* develop: (73 commits) fixes #1730 fixes #1830 GDPR: Load webfont-loader locally Update fonts fixes #1834 Apply WordPress Coding Standards Update kirki-helper-class.md see #1797 cleanup unused vars See #1807 Additional fix for #1809 fixes #1828 fixes #1808 fix #1814 fix #1797 fixes #1809 Update sortable.md fixes #1787 update webfonts & grunt changelog ... # Conflicts: # modules/postmessage/class-kirki-modules-postmessage.php
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the background control type should output the "background-color" property as just "background" if there is no image. The reason I say this is if you give the user a choice between two options "regular/gradient" and the gradient uses the "background" or "background-image" property then it will override "background-color" on hover.
The text was updated successfully, but these errors were encountered: