Skip to content

Commit

Permalink
Merge pull request #146 from vespa-engine/ldalves/title-mouseover
Browse files Browse the repository at this point in the history
Always display the external link icon
  • Loading branch information
freva authored Apr 11, 2024
2 parents f75ed1b + 0c33d20 commit ce2e1c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
}

.titleResult:hover .iconExternal {
display: revert;
visibility: revert;
}

.iconExternal {
display: none;
visibility: hidden;
}

.spoilerControl {
Expand Down

0 comments on commit ce2e1c0

Please sign in to comment.