Skip to content

Commit

Permalink
hide edit mode buttons and presentation buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nidafarooqui committed Dec 3, 2024
1 parent 188ab5e commit ac68bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/generic/web/viewer_with_hidden_buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
</span>
</div>
<div id="toolbarViewerRight" class="toolbarHorizontalGroup">
<div id="editorModeButtons" class="toolbarHorizontalGroup" role="radiogroup">
<div id="editorModeButtons" class="toolbarHorizontalGroup" role="radiogroup" style="display: none !important;">
<div id="editorHighlight" class="toolbarButtonWithContainer">
<button id="editorHighlightButton" class="toolbarButton" type="button"
disabled="disabled" title="Highlight" role="radio" aria-expanded="false"
Expand Down Expand Up @@ -395,7 +395,7 @@

<button id="presentationMode" class="toolbarButton labeled" type="button"
title="Switch to Presentation Mode" tabindex="0"
data-l10n-id="pdfjs-presentation-mode-button">
data-l10n-id="pdfjs-presentation-mode-button" style="display: none !important;">
<span data-l10n-id="pdfjs-presentation-mode-button-label">Presentation
Mode</span>
</button>
Expand Down

0 comments on commit ac68bd7

Please sign in to comment.