File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
packages/site-kit/src/lib/search Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,7 @@ It appears when the user clicks on the `Search` component or presses the corresp
279
279
.search-box {
280
280
--padding : 1rem ;
281
281
--background : var (--sk-back-2 );
282
+ background : var (--background );
282
283
position : relative ;
283
284
height : calc (100% - 2rem );
284
285
width : calc (100vw - 2rem );
@@ -358,7 +359,6 @@ It appears when the user clicks on the `Search` component or presses the corresp
358
359
}
359
360
360
361
.results-container {
361
- background : var (--background );
362
362
border-radius : 0 0 var (--sk-border-radius ) var (--sk-border-radius );
363
363
pointer-events : all ;
364
364
}
@@ -369,7 +369,6 @@ It appears when the user clicks on the `Search` component or presses the corresp
369
369
font-size : 1.2rem ;
370
370
font-weight : normal ;
371
371
text-transform : uppercase ;
372
- background-color : var (--background );
373
372
pointer-events : all ;
374
373
}
375
374
Original file line number Diff line number Diff line change 77
77
position : sticky ;
78
78
top : 0 ;
79
79
display : block ;
80
- background : var (--background );
81
80
color : var (--sk-text-4 );
82
81
text-transform : uppercase ;
83
82
padding : 0.5rem var (--padding );
You can’t perform that action at this time.
0 commit comments