Make WordPress Core


Ignore:
Timestamp:
04/21/2020 07:15:20 PM (5 years ago)
Author:
ianbelanger
Message:

Bundled Themes: Twenty Twenty block editor inserter is missing the +.

Fixes the disappearing + in the block editor when using the latest version of the Gutenberg plugin, by adding support for the native Gutenberg editor styles and removing color: inherit; from Twenty Twenty's style.css.

Props nrqsnchz, .
Fixes #49610.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/functions.php

    r47139 r47607  
    556556    );
    557557
     558    add_theme_support( 'editor-styles' );
     559
    558560    // If we have a dark background color then add support for dark editor style.
    559561    // We can determine if the background color is dark by checking if the text-color is white.
Note: See TracChangeset for help on using the changeset viewer.