We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e09f1 commit 24a5c83Copy full SHA for 24a5c83
browser/main/Detail/FolderSelect.styl
@@ -147,6 +147,7 @@ apply-theme(theme)
147
border-color get-theme-var(theme, 'borderColor')
148
149
.search-optionList
150
+ color get-theme-var(theme, 'text-color')
151
152
background-color get-theme-var(theme, 'button-backgroundColor')
153
@@ -160,6 +161,7 @@ apply-theme(theme)
160
161
&:hover
162
background-color get-theme-var(theme, 'button--active-backgroundColor')
163
color get-theme-var(theme, 'button--active-color')
164
+
165
.search-optionList-item-name-surfix
166
color get-theme-var(theme, 'inactive-text-color')
167
0 commit comments