Automattic / crowdsignal-forms

Gutenberg blocks for Crowdsignal
GNU General Public License v2.0
13 stars 9 forks source link

Unset border-style on crowdsignal-forms-vote class #216

Closed CGastrell closed 2 years ago

CGastrell commented 2 years ago

Since the appearance of the pseudo class html :where([style*=border-width]) forcing border-style to solid, Vote blocks have been showing an unexpected border.

This PR unsets the border-style on class crowdsignal-forms-vote to disable the pseudo selector.

Test instructions

Checkout and run make client, vist a post with a Vote block in it. It shouldn't change from our usual styling and the container block should not show a border

jcheringer commented 2 years ago

Is this issue still happening? I'm asking because I got the latest version for another task and I'm not seeing that border around the Vote block anymore.