mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-17 06:29:13 +00:00
Compare commits
3 Commits
docs-fix
...
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
|
### 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
|
- 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
|
### Design Tokens
|
||||||
|
|
||||||
|
|||||||
@@ -55,12 +55,6 @@ details {
|
|||||||
padding-block-start: var(--spacing);
|
padding-block-start: var(--spacing);
|
||||||
}
|
}
|
||||||
|
|
||||||
.show {
|
|
||||||
}
|
|
||||||
|
|
||||||
.hide {
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes show {
|
@keyframes show {
|
||||||
from {
|
from {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -177,7 +177,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
color: var(--wa-color-neutral-on-quiet);
|
color: var(--wa-color-neutral-on-quiet);
|
||||||
transition: rotate var(--wa-transition-slow) ease;
|
transition: rotate var(--wa-transition-slow) ease;
|
||||||
rotate: 0;
|
rotate: 0deg;
|
||||||
margin-inline-start: var(--wa-space-s);
|
margin-inline-start: var(--wa-space-s);
|
||||||
|
|
||||||
.open & {
|
.open & {
|
||||||
|
|||||||
Reference in New Issue
Block a user