Make WordPress Core

Ticket #57414: 57414.2.patch

File 57414.2.patch, 484 bytes (added by sabernhardt, 8 months ago)

removes extra spaces and uses 3-character color code

  • src/wp-content/themes/twentyten/editor-blocks.css

     
    368368:root .editor-styles-wrapper .has-white-background-color:visited {
    369369        background-color: #fff;
    370370}
     371
     372/* Inserter Icon */
     373
     374.editor-styles-wrapper .block-editor-inserter path {
     375        color: #fff;
     376}