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

Radio buttons value is hard to read on Incident Report page #1105

Closed
harshgajipara opened this issue Oct 26, 2023 · 1 comment · Fixed by #1106
Closed

Radio buttons value is hard to read on Incident Report page #1105

harshgajipara opened this issue Oct 26, 2023 · 1 comment · Fixed by #1106

Comments

@harshgajipara
Copy link
Contributor

Describe the bug

Radio buttons are hard to read on the "Incident Report" form on page (https://central.wordcamp.org/incident-report/).

Steps to reproduce the behavior:

Screenshot:

before_patch

Expected behavior

  • it should be visible properly & easy to read.

it should show like this:
after-patch

Solution:

After Applying Below CSS Issue will be resolved

.contact-form .grunion-radio-options label span {
    opacity: 1 !important;
}
@iandunn
Copy link
Member

iandunn commented Oct 26, 2023

Thanks! This is fixed in #1106, but that won't be deployed until next week.

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