Skip to content

Commit 53e0386

Browse files
committed
Fixes input placeholder style in the graph search box
1 parent 278dc1e commit 53e0386

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/webviews/apps/shared/components/search/search-input.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class GlSearchInput extends GlElement {
8181
--gl-search-input-foreground: var(--vscode-input-foreground);
8282
--gl-search-input-border: var(--vscode-input-border, transparent);
8383
--gl-search-input-placeholder: var(
84-
--vscode-editor-placeholder\\\\.foreground,
84+
--vscode-editor-placeholder\\.foreground,
8585
var(--vscode-input-placeholderForeground)
8686
);
8787
--gl-search-input-buttons-left: 1;
@@ -181,7 +181,7 @@ export class GlSearchInput extends GlElement {
181181
left: 0;
182182
183183
/* Same tier as the gl-autocomplete dropdown (its display: contents host puts both in
184-
this stacking context) — the tie keeps the later-in-DOM autocomplete on top, as before */
184+
this stacking context) — the tie keeps the later-in-DOM autocomplete on top, as before */
185185
z-index: var(--gl-z-popover);
186186
width: 100%;
187187
padding: var(--gl-space-4);
@@ -300,13 +300,13 @@ export class GlSearchInput extends GlElement {
300300
}
301301
302302
/* .popover {
303-
margin-left: -0.25rem;
304-
}
305-
.popover::part(body) {
306-
padding: 0 0 0.5rem 0;
307-
font-size: var(--vscode-font-size);
308-
background-color: var(--vscode-menu-background);
309-
} */
303+
margin-left: -0.25rem;
304+
}
305+
.popover::part(body) {
306+
padding: 0 0 0.5rem 0;
307+
font-size: var(--vscode-font-size);
308+
background-color: var(--vscode-menu-background);
309+
} */
310310
311311
gl-copy-container {
312312
--copy-padding: 0 0.1rem;

0 commit comments

Comments
 (0)