File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed
packages/site-kit/src/lib/search Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -272,26 +272,21 @@ It appears when the user clicks on the `Search` component or presses the corresp
272
272
border : none ;
273
273
border-bottom : 1px solid var (--sk-back-3 );
274
274
flex-shrink : 0 ;
275
- background : var (--sk-back-2 );
275
+ background : var (--sk-back-3 );
276
276
color : var (--sk-text-1 );
277
277
278
278
&::selection {
279
279
background-color: var (--sk-back-translucent );
280
280
}
281
281
282
282
&::placeholder {
283
- color : var (--sk-text-3 );
283
+ color : var (--sk-text-2 );
284
284
opacity : 0.3 ;
285
285
}
286
286
287
287
&:focus-visible {
288
- background : var (--sk-theme-2 );
289
- color : white ;
290
- outline : none ;
291
- }
292
-
293
- &:focus-visible ::placeholder {
294
- color : rgba (255 , 255 , 255 , 0.5 );
288
+ border-radius : var (--sk-border-radius );
289
+ outline-offset : -3px ;
295
290
}
296
291
}
297
292
@@ -303,16 +298,13 @@ It appears when the user clicks on the `Search` component or presses the corresp
303
298
width : 5rem ;
304
299
height : 5rem ;
305
300
background : none ;
301
+ border-radius : var (--sk-border-radius );
306
302
color : var (--sk-text-2 );
303
+ opacity : 0.3 ;
307
304
308
305
&:focus-visible {
309
- background : var (--sk-theme-2 );
310
- color : var (--sk-back-1 );
311
- outline : none ;
312
- }
313
-
314
- input :focus-visible + & {
315
- color : var (--sk-back-1 );
306
+ opacity: 1 ;
307
+ outline-offset : -3px ;
316
308
}
317
309
}
318
310
@@ -363,6 +355,7 @@ It appears when the user clicks on the `Search` component or presses the corresp
363
355
364
356
.info {
365
357
padding : 1rem ;
358
+ font-family : var (--sk-font-ui );
366
359
font-size : 1.2rem ;
367
360
font-weight : normal ;
368
361
text-transform : uppercase ;
You can’t perform that action at this time.
0 commit comments