We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f0b6c commit 1b04a93Copy full SHA for 1b04a93
lib/resources/styles.css
@@ -658,6 +658,7 @@ button {
658
width: 422px;
659
max-height: 250px;
660
overflow-y: auto;
661
+ font-size: 14px;
662
margin: 0;
663
padding: 8px 0;
664
background-color: #fff;
@@ -670,7 +671,6 @@ button {
670
671
672
.tt-suggestion {
673
padding: 3px 20px;
- line-height: 24px;
674
color: #212121;
675
}
676
@@ -680,10 +680,17 @@ button {
680
background-color: #0097cf;
681
682
683
+.tt-suggestion:hover .search-from-lib {
684
+ color: #ddd;
685
+}
686
+
687
.tt-suggestion.tt-cursor {
688
color: #fff;
689
690
691
692
+.tt-suggestion.tt-cursor .search-from-lib {
693
694
695
696
.tt-suggestion p {
0 commit comments