Making WordPress.org


Ignore:
Timestamp:
07/30/2018 06:58:38 AM (8 years ago)
Author:
tellyworth
Message:

Gutenberg: move styles from [7528] to theme stylesheet.

See #3703

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php

    r7528 r7529  
    4949                        'wp.data.dispatch( "core/nux" ).disableTips();'
    5050                );
    51                 wp_add_inline_style(
    52                         'buttons',
    53                         '.is-button.is-large, .editor-post-publish-panel__toggle { display: none !important; }
    54                         .editor-post-preview { visibility: hidden; }'
    55                 );
    5651        } );
    5752        add_action( 'wp_enqueue_scripts', 'gutenberg_editor_scripts_and_styles' );
Note: See TracChangeset for help on using the changeset viewer.