Преглед изворни кода

Mayland: Reduce specificity on rules to hide extra color palettes

Allan Cole пре 4 година
родитељ
комит
33fc0eaebd
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      mayland/functions.php

+ 2 - 2
mayland/functions.php

@@ -176,8 +176,8 @@ function mayland_editor_styles() {
 	// Hide duplicate palette colors
 	// Hide duplicate palette colors
 	$colors_array = get_theme_mod( 'colors_manager' );
 	$colors_array = get_theme_mod( 'colors_manager' );
 	if ( ! empty( $colors_array ) && $colors_array['colors']['txt'] != '#666666' ) { // $config-global--color-foreground-light-default;
 	if ( ! empty( $colors_array ) && $colors_array['colors']['txt'] != '#666666' ) { // $config-global--color-foreground-light-default;
-		$inline_palette_css = '.block-editor-color-gradient-control .components-circular-option-picker__option-wrapper:nth-child(5),
-			.block-editor-color-gradient-control .components-circular-option-picker__option-wrapper:nth-child(6) {
+		$inline_palette_css = '.components-circular-option-picker__option-wrapper:nth-child(5),
+			.components-circular-option-picker__option-wrapper:nth-child(6) {
 				display: none;
 				display: none;
 			}';
 			}';
 		wp_add_inline_style( 'wp-edit-blocks', $inline_palette_css );
 		wp_add_inline_style( 'wp-edit-blocks', $inline_palette_css );