Skip to content

Commit

Permalink
Remove purple coloring from DocumentBar and PostCard (WordPress#66451)
Browse files Browse the repository at this point in the history
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
Co-authored-by: jasmussen <joen@git.wordpress.org>
Co-authored-by: annezazu <annezazu@git.wordpress.org>
Co-authored-by: creativecoder <grantmkin@git.wordpress.org>
Co-authored-by: richtabor <richtabor@git.wordpress.org>
  • Loading branch information
6 people authored and karthick-murugan committed Nov 13, 2024
1 parent 80919d0 commit 66abeed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions packages/editor/src/components/document-bar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 0 additions & 8 deletions packages/editor/src/components/post-card-panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 66abeed

Please sign in to comment.