Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
888 stars 355 forks source link

Various themes, Form block: outline of submit button is missing. #5286

Open formosattic opened 2 years ago

formosattic commented 2 years ago

Quick summary

Issues happens with certain theme.

Outline missing with Karuna (user report), Baskerville 2. Outline shows fine with Twenty Twenty-One, Quadra, Barnsbury. I just tested a few themes, so the issue might happens with others.

User says it looked ok as of a month ago, so this appears to be related to some recent updates.

Steps to reproduce

  1. Add a Form block
  2. Set submit button to Outline image1

What you expected to happen

Button shows outline.

image1

What actually happened

Button outline is missing. image3

Context

4671885-zd-woothemes

Simple, Atomic or both?

No response

Theme-specific issue?

No response

Browser, operating system and other notes

No response

Reproducibility

No response

Severity

No response

Available workarounds?

No response

Workaround details

Fix requires Premium plan and CSS:

.wp-block-button .wp-block-button__link {
    border: 2px solid black;
}
kerrynicl commented 2 years ago

Observed issue on Twenty Twenty Theme

manuelrebollo-a11y commented 2 years ago

Found an occurrence of the problem in the Twenty Twenty-Two theme. 4866632-zd-woothemes

the-misha commented 2 years ago

Another user report, Baskerville 2: 15081824-hc / 4880670-zd-woothemes

Possibly related to this issue?

radtechgh commented 2 years ago

Another instance, 4956238-zen. 2022 theme, Personal plan, Form block. Also tried on Premium test site, Form block, 2022 theme, same issue.

Gustavo-Hilario commented 2 years ago

From the reported themes, I could only reproduce the issue now on Baskerville 2 and Twenty Twenty. It is replicable for Form and Button blocks. None of these two themes are on our themes repository. I'm removing Karuna and Twenty Twenty-two labels.