Skip to content

Commit

Permalink
fix editor edit menu style (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-ubs committed Sep 19, 2024
1 parent b6e8fb1 commit 2302dfa
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,18 @@ button.toolbar-item {
}
}

.typeahead-popover,
.typeahead-popover li {
background-color: hsl(var(--popover));
color: hsl(var(--popover-foreground));
}

.typeahead-popover ul li.selected,
.typeahead-popover li:hover {
background-color: hsl(var(--accent));
color: hsl(var(--accent-foreground));
}

.CommentPlugin_CommentInputBox_Editor,
.CommentPlugin_CommentsPanel_Editor {
background-color: hsl(var(--popover));
Expand Down

0 comments on commit 2302dfa

Please sign in to comment.