Skip to content

Commit

Permalink
1:1 Future Tags hover state incorrect (#5392)
Browse files Browse the repository at this point in the history
* Initial commit

* Change to be consistent with current component

* Add changeset

* Simplify css

---------

Co-authored-by: Christian Moore <[email protected]>
  • Loading branch information
Zystix and Christian Moore authored Dec 16, 2024
1 parent ba92801 commit 5ac8212
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-kings-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kaizen/components': patch
---

Made Future Tab hover cursor consistent with current Tab.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
line-height: var(--typography-heading-4-line-height);
letter-spacing: var(--typography-heading-4-letter-spacing);
color: var(--color-purple-800);
cursor: default;

&:focus {
outline: none;
Expand Down

0 comments on commit 5ac8212

Please sign in to comment.