Skip to content

Commit

Permalink
update ajt css
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Jul 24, 2024
1 parent 76710ef commit 5c80357
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion japanese/note_type/_ajt_japanese.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
border-style: solid;
border-color: transparent transparent var(--acc-color-1) transparent;
visibility: hidden;
z-index: -9999;
}
.ajt__word_info:hover {
/* Highlight word on hover */
Expand All @@ -48,7 +49,6 @@
--border-size: 1px;

display: block;
visibility: hidden;
color: var(--acc-color-3);
font-weight: normal;
background-color: var(--acc-color-4);
Expand All @@ -64,6 +64,8 @@
max-height: var(--max-popup-height);
box-shadow: 2px 2px 8px rgba(0 0 0 / 25%);
border: var(--border-size) solid var(--acc-color-1);
visibility: hidden;
z-index: -9999;
}
.ajt__word_info:where(:hover, :active, :focus)::after,
.ajt__word_info:where(:hover, :active, :focus) .ajt__info_popup {
Expand Down

0 comments on commit 5c80357

Please sign in to comment.