Skip to content

Commit

Permalink
Use visibility instead of display
Browse files Browse the repository at this point in the history
  • Loading branch information
ldalves committed Apr 11, 2024
1 parent f75ed1b commit 0c33d20
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 0c33d20

Please sign in to comment.