Skip to content

Commit

Permalink
fix(date-picker): remove outline for header actions (#11369)
Browse files Browse the repository at this point in the history
**Related Issue:** #11371 

## Summary

Removes outline for header actions which is causing transition on focus
shift.

This is introduced with
#10836 where outline
exclusion from transition is ignored in Tailwind util.

BEGIN_COMMIT_OVERRIDE
omitted from changelog
END_COMMIT_OVERRIDE
  • Loading branch information
anveshmekala authored and benelan committed Feb 8, 2025
1 parent 40c1b07 commit dcd22f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
items-center
justify-center
border-none
outline-none
transition-default
w-full
h-full;
Expand Down

0 comments on commit dcd22f6

Please sign in to comment.