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

Color Selector Misplacement on RTL pages #30

Closed
bugfloyd opened this issue Jun 8, 2019 · 2 comments
Closed

Color Selector Misplacement on RTL pages #30

bugfloyd opened this issue Jun 8, 2019 · 2 comments
Labels
need verification Possible bug that needs to be verified

Comments

@bugfloyd
Copy link

bugfloyd commented Jun 8, 2019

First of all thanks for your great work.
There is a glitch in color selector button on RTL pages (e.g. RTL WP setups) that unfortunately causes to have two color layers seperated so we have no transparent preview on selector button and instead there are 2 squares, one empty and one with non-alpha color.

My simple solution was to use this CSS code:
html[dir=rtl] .color-alpha { left: unset!important; right: 0!important; }

P.S. Since the style of that element implemented by JS, using this CSS code in an external CSS file may not work, I suggest using it as inline within HTML code after </form>.

@kallookoo kallookoo added the need verification Possible bug that needs to be verified label Aug 27, 2020
@kallookoo kallookoo changed the title [Bug] Color Selector Misplacement on RTL pages Color Selector Misplacement on RTL pages Aug 27, 2020
@kallookoo
Copy link
Owner

I will try what you say, it is the first news I have about it.
I edit the title as it may not be a bug.

@kallookoo
Copy link
Owner

Resolved.
Thank you @bugfloyd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need verification Possible bug that needs to be verified
Projects
None yet
Development

No branches or pull requests

2 participants