Skip to content

Commit

Permalink
Setting border-top to 0.1rem to match with header navigation (Shopify…
Browse files Browse the repository at this point in the history
…#1802)

updating component-facets.css to match div line width from the header
  • Loading branch information
danielvann777 authored and Thomas Timmers committed Aug 29, 2022
1 parent e3511c6 commit 828adce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/component-facets.css
Expand Up @@ -964,7 +964,7 @@ input.mobile-facets__checkbox {
}

.facets__disclosure-vertical {
border-top: solid rgba(var(--color-foreground), 0.1);
border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
margin-right: 0;
}

Expand Down

0 comments on commit 828adce

Please sign in to comment.