Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Added Color HEX code with # removed and 'cp-' prepended as a CSS Class for each option #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jasondavis
Copy link

This allows you to easily target any color selection option with CSS. When I used the color White #ffffff you could not see the option with no border set. Further there was no easy way to target the White selection option! Now I can easily target the color White with my CSS to add a border!

Example output of color options generated with this modification...

<span class="color cp-ffffff selected" title="Green" style="background-color: #7bd148;" role="button"></span>

…s name to each color option. This allows you to easily target any color selection option with CSS. WHen I used the color White #ffffff you could not see the option with no border set. I can now target the color White with my CSS to add a border!
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant