File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1305,7 +1305,7 @@ ul {
13051305 height : 40px ;
13061306 padding : 0 16px ;
13071307 gap : 12px ;
1308- background : # FAF9F8 ;
1308+ background : var ( --color-bg-warm ) ;
13091309 border : 1.5px solid var (--color-border );
13101310 flex-shrink : 0 ;
13111311}
@@ -1330,6 +1330,10 @@ ul {
13301330 color : var (--color-muted-secondary );
13311331}
13321332
1333+ .libs-search : focus-within {
1334+ border-color : var (--color-black );
1335+ }
1336+
13331337.libs-toolbar__count {
13341338 font-size : 13px ;
13351339 color : var (--color-muted );
@@ -1341,7 +1345,7 @@ ul {
13411345 Libraries — Gem Grid
13421346 ------------------------------------------------------------ */
13431347.libs-grid {
1344- padding : 0 var (--container-padding ) 0 ;
1348+ padding : 0 var (--container-padding );
13451349 background : var (--color-bg-warm );
13461350}
13471351
@@ -1373,6 +1377,10 @@ ul {
13731377 gap : 10px ;
13741378}
13751379
1380+ .libs-card : hover {
1381+ background : var (--color-bg-warm );
1382+ }
1383+
13761384.libs-card [hidden ] {
13771385 display : none;
13781386}
@@ -1458,7 +1466,9 @@ ul {
14581466 opacity : 0.75 ;
14591467}
14601468
1461- /* No results state */
1469+ /* ------------------------------------------------------------
1470+ Libraries — No Results
1471+ ------------------------------------------------------------ */
14621472.libs-no-results {
14631473 display : none;
14641474 padding : 64px 32px ;
You can’t perform that action at this time.
0 commit comments