diff options
| author | Fuwn <[email protected]> | 2026-05-19 02:08:53 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-05-19 02:08:53 +0000 |
| commit | 439531c32e0ff2b0d2f9bfba8cfa45f0ca898e22 (patch) | |
| tree | 90a33f0df33eea517b12c569e77fac2d9c36f698 /packages | |
| parent | fix(transitions): restore background-color on global anchor transition (diff) | |
| download | due.moe-439531c32e0ff2b0d2f9bfba8cfa45f0ca898e22.tar.xz due.moe-439531c32e0ff2b0d2f9bfba8cfa45f0ca898e22.zip | |
fix(dropdown): scoped transition restores border-radius animation
Dropdown items add border-radius: 8px on hover. The pre-485f1b11
:global(a) transition: all rule used to animate the corner rounding;
the narrowed list excluded it. Adds a scoped transition on
.dropdown-content a that mirrors the global anchor list plus
border-radius, so the corner rounding eases in over 150ms instead of
snapping. CommandPalette dropdown sets border-radius in base state so
is unaffected.
Diffstat (limited to 'packages')
0 files changed, 0 insertions, 0 deletions