Skip to content

Commit 6857667

Browse files
authored
Merge pull request #476 from xwp/feature/448-popover-icon-color
Ensure editor's popover displays correct color / remove linting error…
2 parents a8fdc57 + 9158e7b commit 6857667

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

assets/css/src/block-editor.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
}
3333

3434
.block-editor-block-types-list__item[class*="editor-block-list-item-material-"],
35-
.editor-autocompleters__block {
35+
.editor-autocompleters__block,
36+
.components-autocomplete__popover {
3637

3738
& .material-icons-outlined,
3839
& .material-icons__button {

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
trigger_error( 'Unable to locate any files containing a plugin metadata block.', E_USER_ERROR ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
7272
}
7373

74-
unset( $_plugins, $_plugin_candidate, $_plugin_file_candidate, $_plugin_file_src ); // phpcs:ignore
74+
unset( $_plugin_candidate, $_plugin_file_candidate, $_plugin_file_src );
7575

7676
/**
7777
* Loads the plugins for testing.

0 commit comments

Comments
 (0)