Skip to content

Commit

Permalink
chore: further enhance visibility by removing opacity #2127
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Oct 2, 2023
1 parent 14a9288 commit 0287d6d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ui/src/card_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,15 @@ const
userSelect: 'none',
marginRight: -6,
color: cssVar('$text'),
},
target: {
boxSizing: 'border-box',
cursor: 'pointer',
opacity: 0.8,
$nest: {
'&:hover': {
opacity: 1,
color: cssVar('$themePrimary'),
},
},
},
target: {
boxSizing: 'border-box',
cursor: 'pointer',
}
})

Expand Down

0 comments on commit 0287d6d

Please sign in to comment.