Skip to content

Commit

Permalink
Avoid double tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jul 25, 2024
1 parent 646361e commit 0b521d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/code/syntax.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ code a:active .tooltip-trigger.tooltip_show .tooltip {
white-space: pre-wrap;
}

/* Don't show double tooltips */
.tooltip-trigger.tooltip_show .tooltip-trigger .tooltip {
display: none;
}

.rich .fqn .sep {
color: var(--color-syntax-subtle);
}
Expand Down

0 comments on commit 0b521d8

Please sign in to comment.