Skip to content

Commit

Permalink
Merge pull request #6836 from ORCID/8736-onetrust-styling-broken-on-p…
Browse files Browse the repository at this point in the history
…rint-preview

fix: One trust style on print preview
  • Loading branch information
amontenegro authored Jul 26, 2023
2 parents 07193da + b1921fe commit 65c39b5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions orcid-web/src/main/webapp/static/css/orcid-print.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
li:first-letter,
p:first-letter,
p:first-line {
background: transparent !important;
box-shadow: none !important;
color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
text-shadow: none !important;
}
i.green{
Expand Down Expand Up @@ -330,4 +328,8 @@
.source-line div:first-child{
display: inherit;
}
}

.toggle-text h2:first-of-type {
color: #000 !important;
}
}

0 comments on commit 65c39b5

Please sign in to comment.