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

Styling and text bugs when dist bundle is served #78

Closed
akmadian opened this issue Jan 21, 2020 · 1 comment · Fixed by #81
Closed

Styling and text bugs when dist bundle is served #78

akmadian opened this issue Jan 21, 2020 · 1 comment · Fixed by #81
Assignees

Comments

@akmadian
Copy link
Member

Describe the bug
When the chooser's dist bundle is served, there are some visual bugs. This issue serves as a thread for tracking and fixing them.

To Reproduce
Steps to reproduce the behavior:

  1. Clone repo
  2. npm i
  3. npm run build
  4. Start an HTTP(S) server from build
  5. See bugs

Observed on:

  • Chrome Versions: 79.0
@akmadian
Copy link
Member Author

akmadian commented Jan 21, 2020

Option in stepper is invisible when not selected

Looks to me that this is an issue with the opacity property on the .field.not-selected class. In chrome dev tools, I see 1% opacity on not selected fields

Similar manifestations:

  • Invisible Richtext, HTML, and Copy options in HTML generator: again, 1% opacity. The property is applied to the span containing "Rich Text" and "HTML", etc themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants