From 902e2b6367fbb0a35e0b755e8d1c982dd82ca1ea Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 13 Feb 2025 10:45:57 -0500 Subject: [PATCH] Fix invalid CSS property in `` (#751) * remove empty selectors * fix invalid property * update changelog --- docs/docs/resources/changelog.md | 3 ++- src/components/details/details.css | 6 ------ src/components/select/select.css | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index 6f38bc2e5..d94bbaf44 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -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 ``'s expand icon +- Tweaked hues of all color palettes to make them more distinct and make their hues more intentional ### Design Tokens diff --git a/src/components/details/details.css b/src/components/details/details.css index 035fc5f10..f3ef01529 100644 --- a/src/components/details/details.css +++ b/src/components/details/details.css @@ -55,12 +55,6 @@ details { padding-block-start: var(--spacing); } -.show { -} - -.hide { -} - @keyframes show { from { } diff --git a/src/components/select/select.css b/src/components/select/select.css index cdcba944c..0c5a2a5f8 100644 --- a/src/components/select/select.css +++ b/src/components/select/select.css @@ -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 & {