Skip to content

Commit

Permalink
fix hover states
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Sep 21, 2023
1 parent 71274d5 commit 59473d2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,18 @@
},
},
invisible: {
fgColor: {
hover: {
$value: '{base.color.blue.8}',
$type: 'color',
},
},
iconColor: {
hover: {
$value: '{fgColor.onEmphasis}',
$type: 'color',
},
},
bgColor: {
hover: {
$value: '{base.color.gray.1}',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,18 @@
},
},
invisible: {
fgColor: {
hover: {
$value: '{base.color.blue.2}',
$type: 'color',
},
},
iconColor: {
hover: {
$value: '{fgColor.onEmphasis}',
$type: 'color',
},
},
bgColor: {
hover: {
$value: '{base.color.gray.8}',
Expand Down

0 comments on commit 59473d2

Please sign in to comment.