Skip to content

Commit

Permalink
also deactivate ltx_role_footnotemark
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Dec 30, 2021
1 parent 632f2bd commit 3bacbf9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions css/ar5iv.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ div.ltx_keywords:empty:before {
overflow-wrap: break-word;
width: 90%;
}
.ltx_note:not(.ltx_note_frontmatter):not(.ltx_role_affiliationmark):hover > .ltx_note_outer,
.ltx_note:not(.ltx_note_frontmatter):not(.ltx_role_affiliationmark):active > .ltx_note_outer {
.ltx_note:not(.ltx_note_frontmatter):not(.ltx_role_affiliationmark):not(.ltx_role_footnotemark):hover > .ltx_note_outer,
.ltx_note:not(.ltx_note_frontmatter):not(.ltx_role_affiliationmark):not(.ltx_role_footnotemark):active > .ltx_note_outer {
display: block;
opacity: 100;
position: absolute;
Expand Down Expand Up @@ -551,11 +551,13 @@ div.ltx_keywords:empty:before {
display:none;
opacity: 0;
}
/* affiliationmark notes were only provided a verbatim mark, deactivate them */
.ltx_note.ltx_role_affiliationmark > .ltx_note_mark {
/* some notes were only provided a verbatim mark, deactivate them */
.ltx_note.ltx_role_affiliationmark > .ltx_note_mark,
.ltx_note.ltx_role_footnotemark > .ltx_note_mark {
color: var(--text-color);
}
.ltx_note.ltx_role_affiliationmark > .ltx_note_outer {
.ltx_note.ltx_role_affiliationmark > .ltx_note_outer,
.ltx_note.ltx_role_footnotemark > .ltx_note_outer {
display: none !important;
opacity: 0 !important;
}
Expand Down

0 comments on commit 3bacbf9

Please sign in to comment.