Skip to content

Commit

Permalink
hide editor tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nidafarooqui committed Dec 29, 2023
1 parent ecd9e53 commit 610dda4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/generic/web/viewer_with_hidden_buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
</div>
</div>

<div class="editorParamsToolbar hidden doorHangerRight" id="editorFreeTextParamsToolbar">
<div class="editorParamsToolbar hidden doorHangerRight" id="editorFreeTextParamsToolbar" style="display: none !important;">
<div class="editorParamsToolbarContainer">
<div class="editorParamsSetter">
<label for="editorFreeTextColor" class="editorParamsLabel"
Expand All @@ -163,7 +163,7 @@
</div>
</div>

<div class="editorParamsToolbar hidden doorHangerRight" id="editorInkParamsToolbar">
<div class="editorParamsToolbar hidden doorHangerRight" id="editorInkParamsToolbar" style="display: none !important;">
<div class="editorParamsToolbarContainer">
<div class="editorParamsSetter">
<label for="editorInkColor" class="editorParamsLabel"
Expand All @@ -188,7 +188,7 @@
<div class="editorParamsToolbar hidden doorHangerRight" id="editorStampParamsToolbar">
<div class="editorParamsToolbarContainer">
<button id="editorStampAddImage" class="secondaryToolbarButton" title="Add image" tabindex="107"
data-l10n-id="pdfjs-editor-stamp-add-image-button">
data-l10n-id="pdfjs-editor-stamp-add-image-button" style="display: none !important;">
<span class="editorParamsLabel" data-l10n-id="pdfjs-editor-stamp-add-image-button-label">Add
image</span>
</button>
Expand Down

0 comments on commit 610dda4

Please sign in to comment.