Merged in fix/sw-3695-iconfixes (pull request #3462)

fix(SW-3695): icon fixes

* fix(SW-3695): icon fixes


Approved-by: Anton Gunnarsson
This commit is contained in:
Linus Flood
2026-01-21 08:55:34 +00:00
parent b91504e7c6
commit f834433d4d
5 changed files with 18 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
}
&[data-open] {
.chevron {
rotate: -90deg;
transform: rotate(-90deg);
}
.selectedText {
@@ -53,7 +53,9 @@
}
.chevron {
rotate: 90deg;
display: inline-flex;
transform: rotate(90deg);
transition: transform 150ms ease;
}
.inner {