Skip to content

Commit 7d47926

Browse files
authored
Fixed issues with the search UI (#956)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent e01a792 commit 7d47926

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/search/docsearch/docsearch.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ html.dark {
381381
z-index: 10;
382382
}
383383
.DocSearch-Hit-Tree {
384-
color: var(--docsearch-muted-color);
385384
height: var(--docsearch-hit-height);
386385
opacity: 0.5;
387386
stroke-width: var(--docsearch-icon-stroke-width);
@@ -407,7 +406,6 @@ html.dark {
407406
}
408407
.DocSearch-Hit-action,
409408
.DocSearch-Hit-icon {
410-
color: var(--docsearch-muted-color);
411409
stroke-width: var(--docsearch-icon-stroke-width);
412410
}
413411
.DocSearch-Hit-action {
@@ -472,7 +470,6 @@ svg.DocSearch-Hit-Select-Icon {
472470
font-size: 0.9em;
473471
}
474472
.DocSearch-Hit-path {
475-
color: var(--docsearch-muted-color);
476473
font-size: 0.75em;
477474
}
478475
.DocSearch-Hit[aria-selected='true'] .DocSearch-Hit-action,

0 commit comments

Comments
 (0)