Skip to content

Commit

Permalink
fix ruby rt hover
Browse files Browse the repository at this point in the history
- fixed display of ruby text during hover in multi-choice exercises.
  • Loading branch information
SethClydesdale committed Feb 20, 2024
1 parent 239e069 commit 3bd4ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1640,6 +1640,7 @@ ruby rt {

.helper-hidden .multi-vocab rt {
display:block;
display:ruby-text;
visibility:hidden;
}

Expand Down
Loading

0 comments on commit 3bd4ade

Please sign in to comment.