Skip to content

Commit 0e1137c

Browse files
committed
add hover
1 parent b64f44f commit 0e1137c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/css/editor-markdown.css

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ text-expander .suggestions li:last-child {
6767
border-radius: 0 0 4px 4px;
6868
}
6969

70+
text-expander li:hover {
71+
background: var(--color-hover);
72+
}
73+
7074
text-expander li[aria-selected="true"] {
7175
background: var(--color-primary);
7276
color: var(--color-primary-contrast);

0 commit comments

Comments
 (0)