Skip to content

Commit 1b04a93

Browse files
committed
tweaks to styles
1 parent d3f0b6c commit 1b04a93

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lib/resources/styles.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,7 @@ button {
658658
width: 422px;
659659
max-height: 250px;
660660
overflow-y: auto;
661+
font-size: 14px;
661662
margin: 0;
662663
padding: 8px 0;
663664
background-color: #fff;
@@ -670,7 +671,6 @@ button {
670671

671672
.tt-suggestion {
672673
padding: 3px 20px;
673-
line-height: 24px;
674674
color: #212121;
675675
}
676676

@@ -680,10 +680,17 @@ button {
680680
background-color: #0097cf;
681681
}
682682

683+
.tt-suggestion:hover .search-from-lib {
684+
color: #ddd;
685+
}
686+
683687
.tt-suggestion.tt-cursor {
684688
color: #fff;
685689
background-color: #0097cf;
690+
}
686691

692+
.tt-suggestion.tt-cursor .search-from-lib {
693+
color: #ddd;
687694
}
688695

689696
.tt-suggestion p {

0 commit comments

Comments
 (0)