File tree 2 files changed +27
-23
lines changed
2 files changed +27
-23
lines changed Original file line number Diff line number Diff line change @@ -185,21 +185,23 @@ html.dark {
185
185
.quick-search-container {
186
186
background : $gray-900 ;
187
187
border-top-color : $gray-700 ;
188
+
189
+ // highlight
190
+ .dropdown-item.arrow-focus {
191
+ background-color : rgba ($orange ,.1 );
192
+ }
193
+ // dropdown item
194
+ .dropdown-item ,
195
+ .search-prompt {
196
+ color : $light ;
197
+ }
198
+ .dropdown-item :hover ,
199
+ .dropdown-item :active {
200
+ background-color : $gray-800 ;
201
+ color : $light !important ;
202
+ }
188
203
}
189
- // highlight
190
- .dropdown-item.arrow-focus {
191
- background-color : rgba ($orange ,.1 );
192
- }
193
- // dropdown item
194
- .dropdown-item ,
195
- .search-prompt {
196
- color : $light ;
197
- }
198
- .dropdown-item :hover ,
199
- .dropdown-item :active {
200
- background-color : $gray-800 ;
201
- color : $light !important ;
202
- }
204
+
203
205
// Marks
204
206
.search-content mark {
205
207
color : rgba ($orange , .5 );
Original file line number Diff line number Diff line change 61
61
box-shadow : 0 1rem 1rem rgba (0 , 0 , 0 , 0.15 );
62
62
}
63
63
64
- .dropdown-item {
65
- font-size : 1.3rem ;
66
- }
64
+ .search-pane {
65
+ .dropdown-item {
66
+ font-size : 1.3rem ;
67
+ }
67
68
68
- .dropdown-item.arrow-focus {
69
- background-color : $gray-100 ;
70
- }
69
+ .dropdown-item.arrow-focus {
70
+ background-color : $gray-100 ;
71
+ }
71
72
72
- .dropdown-item :hover {
73
- background : $gray-100 ;
73
+ .dropdown-item :hover {
74
+ background : $gray-100 ;
75
+ }
74
76
}
75
77
76
78
.search-text-summary {
90
92
.ais-Highlight {
91
93
font-size : 1.1rem ;
92
94
font-weight : 500 ;
93
- }
95
+ }
You can’t perform that action at this time.
0 commit comments