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

CSS in reading sections is not accurate enough #69

Closed
joshuadavidnelson opened this issue Jun 2, 2023 · 0 comments · Fixed by #77
Closed

CSS in reading sections is not accurate enough #69

joshuadavidnelson opened this issue Jun 2, 2023 · 0 comments · Fixed by #77
Assignees
Labels

Comments

@joshuadavidnelson
Copy link
Owner

As reported on the WP.org forum:

The selector .disabled-blog.options-reading-php .form-table tr:nth-child(2) to disable the blog settings on the reading settings page is not accurate enough. If one adds another section via plugin to this page with two options, the second option is always hidden.

Since another section has another .form-table, I suggest changing the selector to .disabled-blog.options-reading-php .form-table:first-of-type tr:nth-child(2)

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

Successfully merging a pull request may close this issue.

1 participant