Skip to content

Commit

Permalink
chore: slightly enhance kebab menu visibility #2127
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Sep 27, 2023
1 parent 91f8599 commit 14a9288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/card_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ const
icon: {
userSelect: 'none',
marginRight: -6,
color: cssVar('$text'),
},
target: {
boxSizing: 'border-box',
cursor: 'pointer',
opacity: 0.5,
opacity: 0.8,
$nest: {
'&:hover': {
opacity: 1,
Expand Down

0 comments on commit 14a9288

Please sign in to comment.