diff --git a/packages/editor/src/components/document-bar/style.scss b/packages/editor/src/components/document-bar/style.scss index 3e5fbf5f4b1ae1..6a7e7930f5bfb7 100644 --- a/packages/editor/src/components/document-bar/style.scss +++ b/packages/editor/src/components/document-bar/style.scss @@ -67,10 +67,6 @@ flex: 1; overflow: hidden; text-overflow: ellipsis; - - .editor-document-bar.is-global & { - color: var(--wp-block-synced-color); - } } .editor-document-bar__post-type-label { diff --git a/packages/editor/src/components/post-card-panel/style.scss b/packages/editor/src/components/post-card-panel/style.scss index f69fe5aa00ad5f..d8a2a4628e6f9c 100644 --- a/packages/editor/src/components/post-card-panel/style.scss +++ b/packages/editor/src/components/post-card-panel/style.scss @@ -34,14 +34,6 @@ } } -.editor-post-card-panel__icon.is-sync { - fill: var(--wp-block-synced-color); - - & + .editor-post-card-panel__title { - color: var(--wp-block-synced-color); - } -} - .editor-post-card-panel__title-badge { background: $gray-100; color: $gray-800;