mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Compare commits
3 Commits
select-tag
...
select-css
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19d75b93b2 | ||
|
|
fbb6abf4f1 | ||
|
|
c6572c68b4 |
@@ -16,8 +16,9 @@ During the alpha period, things might break! We take breaking changes very serio
|
||||
|
||||
### Color Palettes
|
||||
|
||||
- Tweaked hues of all color palettes to make them more distinct and make their hues more intentional
|
||||
- Added a `pink` scale to all color palettes
|
||||
- Fixed an incorrect CSS value in `<wa-select>`'s expand icon
|
||||
- Tweaked hues of all color palettes to make them more distinct and make their hues more intentional
|
||||
|
||||
### Design Tokens
|
||||
|
||||
|
||||
@@ -55,12 +55,6 @@ details {
|
||||
padding-block-start: var(--spacing);
|
||||
}
|
||||
|
||||
.show {
|
||||
}
|
||||
|
||||
.hide {
|
||||
}
|
||||
|
||||
@keyframes show {
|
||||
from {
|
||||
}
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
align-items: center;
|
||||
color: var(--wa-color-neutral-on-quiet);
|
||||
transition: rotate var(--wa-transition-slow) ease;
|
||||
rotate: 0;
|
||||
rotate: 0deg;
|
||||
margin-inline-start: var(--wa-space-s);
|
||||
|
||||
.open & {
|
||||
|
||||
Reference in New Issue
Block a user