Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/components/ContextMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
position: absolute;
padding: 0;
border-radius: 4px;
background: #fff;
border: 1px solid #aaa;
background: var(--bg-primary);
border: 1px solid var(--border-color);
list-style: none;
opacity: 1;
white-space: nowrap;
Expand Down
3 changes: 2 additions & 1 deletion client/components/ContextMenuItem.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

.disabled {
cursor: default;
color: gray;
color: var(--text-secondary);
opacity: 0.4;
}

.item.disabled:hover {
Expand Down