Skip to content

Commit

Permalink
style(experience): add transition for notched border
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyijun committed Jul 18, 2024
1 parent 4bd9a4a commit d56c346
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
border-radius: var(--radius);
pointer-events: none;
display: block;
transition-property: outline, border;
transition-timing-function: ease-in-out;
transition-duration: 0.2s;

legend {
display: inline-block;
Expand Down

0 comments on commit d56c346

Please sign in to comment.