Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Notes: Refine avatar
  • Loading branch information
t-hamano committed Oct 29, 2025
commit 07e2082aaa65a9a42e55ce0feb424f76d2685758
15 changes: 5 additions & 10 deletions packages/editor/src/components/collab-sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
border-width: var(--wp-admin-border-width-focus);
border-style: solid;
padding: var(--wp-admin-border-width-focus);
background: $white;
}

.editor-collab-sidebar-panel__comment-status {
Expand Down Expand Up @@ -174,21 +175,15 @@
width: $icon-size;
height: $icon-size;
border-radius: $radius-round;
border: 2px solid $white;
margin-left: -6px;
flex-shrink: 0;
border-width: var(--wp-admin-border-width-focus);
border-style: solid;
padding: var(--wp-admin-border-width-focus);
background: $white;

&:first-child {
margin-left: 0;
border-color: #de6e55;
}

&:nth-child(2) {
border-color: #599637;
}

&:nth-child(3) {
border-color: #3858e9;
}
}

Expand Down
Loading