Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit dd2ca65

Browse files
nihal31jasonLaster
authored andcommitted
change colors for selected result item-big (#5654)
1 parent c2fd07f commit dd2ca65

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/components/shared/ResultList.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,18 @@
6363
color: white;
6464
}
6565

66-
.result-list.big li.selected .title {
67-
color: var(--theme-body-color);
66+
.result-list.big li.selected {
67+
background-color: var(--theme-selection-background);
68+
color: white;
69+
}
70+
71+
.result-list.big li.selected .subtitle {
72+
color: white;
73+
}
74+
75+
.result-list.big li.selected .subtitle .highlight {
76+
color: white;
77+
font-weight: bold;
6878
}
6979

7080
.result-list.big li .subtitle {
@@ -76,6 +86,10 @@
7686
line-height: 1.5em;
7787
}
7888

89+
.theme-dark .result-list.big li.selected .subtitle {
90+
color: white;
91+
}
92+
7993
.theme-dark .result-list.big li .subtitle {
8094
color: var(--theme-comment-alt);
8195
}

0 commit comments

Comments
 (0)