corrected dropdown arrow colors for secondary, contrast, and primary. Also enabled the turning of the arrow when the dropdowns are open or closed

This commit is contained in:
Yohn 2024-12-14 21:13:13 -05:00
parent 130b1cda4e
commit a6325b8991
255 changed files with 5385 additions and 2236 deletions

View file

@ -51,7 +51,7 @@
content: "";
@if $enable-transitions {
//transition: transform var(#{$css-var-prefix}transition);
transition: transform var(#{$css-var-prefix}transition);
}
}
@ -97,7 +97,7 @@
}
&::after {
//transform: rotate(0);
transform: rotate(0);
}
}
}