You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It's very easy to miss the comment form at the bottom of each documentation page as it has no border, coloured background, or any other visual identifier
To Reproduce
Visit any documentation page with a feedback form at the bottom, in the section with the heading "Was this article helpful? How could it be improved?"
Seems to be a result of WordPress/gutenberg#62960; previously the default comment form styles added a border, but now that they're lower specificity, our textarea reset is overriding it.
This can be styled (kind of) with a CSS string in theme.json, or maybe rethink the form reset? The following does not work because the input[type…]s are a higher specificity.
Describe the bug
It's very easy to miss the comment form at the bottom of each documentation page as it has no border, coloured background, or any other visual identifier
To Reproduce
Visit any documentation page with a feedback form at the bottom, in the section with the heading "Was this article helpful? How could it be improved?"
Screenshot taken at https://wordpress.org/documentation/article/group-block/
Expected behavior
The textarea should have a border or some other way to make it clear that there's a form field there.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: