[wp-trac] [WordPress Trac] #55974: Theme-specific border color options for Pullquote block

WordPress Trac noreply at wordpress.org
Sat Feb 10 11:38:00 UTC 2024


#55974: Theme-specific border color options for Pullquote block
-------------------------------------+----------------------
 Reporter:  kajalgohel               |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  6.5
Component:  Bundled Theme            |     Version:  6.0
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-testing  |     Focuses:  ui, css
-------------------------------------+----------------------

Comment (by poena):

 == Twenty Twenty
 Here are the testing results for all blocks that support borders.

 Summary:
 The theme includes a standard CSS reset which causes problems for some of
 the borders.
 The table and search block especially needs some fixes besides the CSS
 reset.

 ## Pullquote

 4.7: The lowest supported WordPress version. There is no pullqoute, quotes
 are correct before and after the patch.

 5.1, 5.3: The pullquote has no border settings, and is correct before and
 after the patch.

 5.9, 6.0, 64, 6.5 alpha: The pullquote has border settings. Before the
 patch, the theme palette border colors do not work. With the patch, they
 do. It also works when the color in the customizer is changed.

 ----

 The following blocks were only tested with PR https://github.com/WordPress
 /wordpress-develop/pull/2944 on 6.5 alpha, because of time constraints.


 ## Avatar

 With the patch: The border works as long as the border style is set. If it
 is not set, the border does not work on the front, because it is
 overrriden by the theme image border CSS.

 ## Button

 With the patch: The border works as long as the border style is set. If it
 is not set, the border does not work on the front, because it is
 overrriden by the theme .wp-block-button__link border styles.

 ## Code

 The block has a default 1px border.
 With the patch: All supported border options work.

 ## Column

 Single column inside the columns block.
 With the patch: All supported border options work.

 ## Columns

 With the patch: All supported border options work.
 The block does not look exactly the same in the editor and front because
 of extra spacing in the editor.

 ## Comment author avatar

 The block has a default border radius.

 With the patch: The border works as long as the border style is set. If it
 is not set, the border does not work on the front, because it is
 overrriden by the theme image border CSS.

 ## Comments title

 To test this block, your post or page needs to have comments enabled.

 With the patch: The border works as long as the border style is set. If it
 is not set, the border does not work on the front, because it is
 overrriden by the theme H2 border CSS, which is part of the CSS Reset.

 ## Cover

 With the patch: All supported border options work.

 ## Details

 With the patch: All supported border options work.

 ## Footnotes

 With the patch: The border works as long as the border style is set. If it
 is not set, the border does not work on the front, because it is
 overrriden by the theme list border CSS, which is part of the CSS Reset.

 ## Group

 With the patch: All supported border options work.
 The block does not look exactly the same in the editor and front because
 of extra spacing in the editor.

 ## Image

 With the patch: All supported border options work.

 ## Featured Image

 With the patch: The border does not work. There is no block option set the
 border style, and it is overrriden by the theme image border CSS.

 ## Read more

 With the patch: All supported border options work.

 ## Search

 With the patch: The options kind of work: The editor and front both shows
 a border, but
 they don't match. On the front, the border is not applied to the button.
 In the editor, the button styles are different, as if they were missing,
 and this seems to be a bug that is unrelated.

 ## Table

 With the patch: Border style and width is working but the color is not
 correct.

 ## Verse

 With the patch: All supported border options work.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/55974#comment:53>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list