Skip to content

Commit

Permalink
Autocompleters: Change user slug color to #e0e0e0
Browse files Browse the repository at this point in the history
  • Loading branch information
SainathPoojary committed Feb 3, 2025
1 parent 36690dc commit 51fb7a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/editor/src/components/autocompleters/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@
}
.editor-autocompleters__user-slug {
margin-left: 8px;
color: $gray-700;
color: $gray-200;
white-space: nowrap;
text-overflow: ellipsis;
overflow: none;
max-width: 100px;
flex-grow: 0;
flex-shrink: 0;
}
&:hover .editor-autocompleters__user-slug {
color: var(--wp-admin-theme-color);
}
}

0 comments on commit 51fb7a3

Please sign in to comment.