Skip to content

Commit 04b4748

Browse files
authored
Sidebar: Change icon angle + animation (#206)
1 parent 542a5af commit 04b4748

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/v2/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ body:not(:has(.main-layout)) header atomic-search-interface {
607607
position: absolute;
608608
top: 0;
609609
min-width: 80%;
610-
margin-top: 7.375rem;
610+
margin-top: 8.375rem;
611611
margin-left: 44rem;
612612
padding: 1rem 1.5rem;
613613
background-color: white;
@@ -617,12 +617,12 @@ body:not(:has(.main-layout)) header atomic-search-interface {
617617

618618
button:has(~ .product-selector[style*="block"])
619619
> .product-selector-button-icon {
620-
transition: transform 0.25s ease-in-out;
621-
transform: rotate(180deg);
620+
transition: transform 0.1s ease-in-out;
621+
transform: rotate(90deg);
622622
}
623623

624624
button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
625-
transition: transform 0.25s ease-in-out;
625+
transition: transform 0.1s ease-in-out;
626626
transform: rotate(0deg);
627627
}
628628
.product-selector p {

0 commit comments

Comments
 (0)