mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
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:
parent
130b1cda4e
commit
a6325b8991
255 changed files with 5385 additions and 2236 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue