Skip to content

Commit a327059

Browse files
committed
Hide icon in tooltip
1 parent db77239 commit a327059

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
border-radius: 0.5rem;
2121
}
2222

23+
.ace_tooltip .ace_icon {
24+
display: none !important;
25+
}
26+
27+
.ace_tooltip {
28+
white-space: pre-line !important;
29+
}
30+
2331
/* Loading spinner */
2432
.htmx-request .htmx-indicator {
2533
display: inline;

0 commit comments

Comments
 (0)