Compare commits

...

3 Commits

Author SHA1 Message Date
Cory LaViska
19d75b93b2 update changelog 2025-02-13 10:39:07 -05:00
Cory LaViska
fbb6abf4f1 fix invalid property 2025-02-13 10:38:29 -05:00
Cory LaViska
c6572c68b4 remove empty selectors 2025-02-13 10:38:25 -05:00
3 changed files with 3 additions and 8 deletions

View File

@@ -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

View File

@@ -55,12 +55,6 @@ details {
padding-block-start: var(--spacing);
}
.show {
}
.hide {
}
@keyframes show {
from {
}

View File

@@ -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 & {