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

Link hover styling for the fields.json to go with Dev Docs #506

Open
puresanfran opened this issue Jun 27, 2024 · 0 comments
Open

Link hover styling for the fields.json to go with Dev Docs #506

puresanfran opened this issue Jun 27, 2024 · 0 comments

Comments

@puresanfran
Copy link

Is your feature request related to a problem? Please describe.

We currently required link hover styles in the developer documentation but don't have a default theme setting in the fields.json.

Describe the solution you'd like

It would be beneficial for theme providers in the marketplace to have a default link hover style in the boilerplate, because it is missed often in submissions.

Maybe something like:

{
            "label": "Link Hover",
            "name": "link_hover",
            "type": "color",
            "visibility": {
              "hidden_subfields": {
                "opacity": true
              }
            },
            "inherited_value": {
              "property_value_paths": {
                "color": "theme.colors.secondary_accent.color"
              }
            }
          }

Checklist

  • [x ] I have read the CONTRIBUTING document.
  • [x ] I have checked the issue tracker to make sure there isn’t already an open issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant