Skip to content

Commit

Permalink
Merge pull request #18930 from Snuffleupagus/rm-duplicate-print-downl…
Browse files Browse the repository at this point in the history
…oad-mask-image

Remove `mask-image` duplication for the print/download buttons
  • Loading branch information
Snuffleupagus authored Oct 21, 2024
2 parents 17419de + 65b38f2 commit d37e4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ body {
mask-image: var(--toolbarButton-editorStamp-icon);
}

:is(#printButton, #secondaryPrint)::before {
#printButton::before {
mask-image: var(--toolbarButton-print-icon);
}

Expand All @@ -582,7 +582,7 @@ body {
}
/*#endif*/

:is(#downloadButton, #secondaryDownload)::before {
#downloadButton::before {
mask-image: var(--toolbarButton-download-icon);
}

Expand Down

0 comments on commit d37e4b0

Please sign in to comment.