Skip to content

Commit

Permalink
feat: add dark theme to autocomplete (vas3k#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninedev-i authored Dec 15, 2021
1 parent 904d402 commit ba27824
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/static/css/components/comments.css
Original file line number Diff line number Diff line change
Expand Up @@ -603,13 +603,15 @@
.mention-autocomplete-hint {
position: absolute;
min-width: 100px;
box-shadow: 0 4px 8px -2px rgb(9 30 66 / 25%), 0 0 0 1px rgb(9 30 66 / 8%);
border-radius: 3px;
background: #fff;
box-shadow: 0 0 4px 2px rgb(9 30 66 / 8%);
border: 1px solid var(--input-border-color);
overflow: hidden;
border-radius: 4px;
font-size: 125%;
}

.mention-autocomplete-hint__option {
background: var(--input-bg-color);
font-weight: 400;
padding: 0 5px;
}
Expand Down

0 comments on commit ba27824

Please sign in to comment.