Skip to content

Commit

Permalink
Remove purple coloring from DocumentBar and PostCard (#66451)
Browse files Browse the repository at this point in the history
Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: annezazu <[email protected]>
Co-authored-by: creativecoder <[email protected]>
Co-authored-by: richtabor <[email protected]>
  • Loading branch information
6 people authored Oct 25, 2024
1 parent 7cda674 commit f1b307a
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 f1b307a

Please sign in to comment.