pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.07k stars 264 forks source link

fix: form ui label tooltip heading and anchor color contract (#7118) #7119

Closed heybran closed 1 year ago

heybran commented 1 year ago

Description

Add color: inherit; to h3 and a of .qtip-content div, now heading and anchor link has good color contract ratio.

Related GitHub issue(s)

Fixes #7118

Testing instructions

  1. Go to 'Pods Admin'
  2. Click on 'Add New'
  3. Click on 'Create New'
  4. Hover 'Content Type' ? icon

Screenshots / screencast

Screenshot 2023-07-17 at 21 24 10

Changelog text for these changes

PR checklist

what-the-diff[bot] commented 1 year ago

PR Summary

sc0ttkclark commented 1 year ago

This is great, I'd like to check and see if there are other qtip usages that need adjusting too and that they look right. Will keep this slated for the next release.

heybran commented 1 year ago

Cool, I can walk though qtip elements as well and see if there's more that needs adjustment.

heybran commented 1 year ago

Pushed another commit to fix tooltip reported here: https://github.com/pods-framework/pods/issues/7118#issuecomment-1646508702

sc0ttkclark commented 1 year ago

Thanks for your help @heybran!