[wp-trac] [WordPress Trac] #52412: Twenty Twenty-One: list bullets have different styles in the editor and front

WordPress Trac noreply at wordpress.org
Mon Feb 1 10:24:41 UTC 2021


#52412: Twenty Twenty-One: list bullets have different styles in the editor and
front
---------------------------+----------------------------
 Reporter:  poena          |      Owner:  (none)
     Type:  defect (bug)   |     Status:  new
 Priority:  lowest         |  Milestone:  5.7
Component:  Bundled Theme  |    Version:  5.6
 Severity:  trivial        |   Keywords:  good-first-bug
  Focuses:  css            |
---------------------------+----------------------------
 In the block editor, lists have the disc bullet, while nested list items
 have circles:
 {{{
 .editor-styles-wrapper ul {
     list-style-type: disc;
 }

 .editor-styles-wrapper ol ul, .editor-styles-wrapper ul ul {
     list-style-type: circle;
 }
 }}}

 On the front, the theme uses the disc for both, it has no bullet style for
 the nested lists, so
 the editor and front does not match.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52412>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list