Make WordPress Core

Ticket #40137: editor-unordered-inner-ordened.40137.diff

File editor-unordered-inner-ordened.40137.diff, 526 bytes (added by edpittol, 9 years ago)
  • src/wp-content/themes/twentyseventeen/assets/css/editor-style.css

    diff --git src/wp-content/themes/twentyseventeen/assets/css/editor-style.css src/wp-content/themes/twentyseventeen/assets/css/editor-style.css
    index 5c11373..1bb1719 100644
    ol li:before {  
    249249        position: absolute;
    250250}
    251251
     252ol ul > li:before {
     253        content: '';
     254        counter-increment: none;
     255}
     256
     257ol ul > li {
     258        display: list-item;
     259}
     260
    252261li > ul,
    253262li > ol {
    254263        margin-bottom: 0;