Skip to content

Commit 08206d2

Browse files
committed
feat(search): Subdue header search input placeholder
The header search placeholder now reads as a hint rather than competing visually with the icon and surrounding header items. Refs: #59888
1 parent f23eec6 commit 08206d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/UnifiedSearch/UnifiedSearchInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const placeholderText = t('core', 'Search apps, files, tags, messages …')
9898
-webkit-backdrop-filter: var(--filter-background-blur);
9999
backdrop-filter: var(--filter-background-blur);
100100
box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.12);
101-
color: var(--color-background-plain-text);
101+
color: color-mix(in srgb, var(--color-background-plain-text) 70%, var(--color-background-plain));
102102
cursor: pointer;
103103
text-align: center;
104104
font: inherit;

0 commit comments

Comments
 (0)