Skip to content

Commit 70146fe

Browse files
committed
Sidebar: Change icon angle + animation
1 parent 370f800 commit 70146fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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;
620+
transition: transform 0.1s ease-in-out;
621621
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)