Skip to content

Commit f5ee8ca

Browse files
committed
Revert "Gutenberg plugin: Override core classic theme styles (#73580)"
This reverts commit 9fd3035.
1 parent 3b81319 commit f5ee8ca

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

lib/client-assets.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -397,16 +397,6 @@ function gutenberg_register_packages_styles( $styles ) {
397397
);
398398
$styles->add_data( 'wp-block-library-theme', 'rtl', 'replace' );
399399

400-
gutenberg_override_style(
401-
$styles,
402-
'classic-theme-styles',
403-
gutenberg_url( 'build/styles/block-library/classic.css' ),
404-
array(),
405-
$version
406-
);
407-
$styles->add_data( 'classic-theme-styles', 'rtl', 'replace' );
408-
$styles->add_data( 'classic-theme-styles', 'path', gutenberg_dir_path() . 'build/styles/block-library/classic.css' );
409-
410400
gutenberg_override_style(
411401
$styles,
412402
'wp-list-reusable-blocks',

0 commit comments

Comments
 (0)