Skip to content

Commit

Permalink
clean up html buttons for expanding/collapsing sections in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ablanathtanalba committed Mar 22, 2021
1 parent d58470b commit e92865d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/skin/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,19 @@ <h2 id="title-name"><span class="i18n_name"></span></h2>
<span id="no-third-parties" class="i18n_popup_blocked" style="display:none"></span>
</span>
<div id="toggleBlockedResourcesContainer">
<span id="expand-blocked-resources-text"><span class="ui-icon ui-icon-caret-d"></span></span>
<span id="collapse-blocked-resources-text" style="display:none"><span class="ui-icon ui-icon-caret-u"></span></span>
<span id="expand-blocked-resources-text" class="ui-icon ui-icon-caret-d"></span>
<span id="collapse-blocked-resources-text" class="ui-icon ui-icon-caret-u"></span>
</div>
</p>
<div class="spacer"></div>
<div id="blockedResources"></div>
</div>

<div id="firstpartyProtectionsContainer">
<span id="instructions-firstparty-protections" class="i18n_popup_info_firstparty_protections popup_info"></span>
<span id="instructions-firstparty-description" class="i18n_popup_info_firstparty_description"></span>
<div id="instructions-firstparty-protections" class="i18n_popup_info_firstparty_protections popup_info"></div>
<span id="expand-firstparty-popup-text" class="ui-icon ui-icon-caret-d"></span>
<span id="collapse-firstparty-popup-text" class="ui-icon ui-icon-caret-u"></span>
<div id="instructions-firstparty-description" class="i18n_popup_info_firstparty_description"></div>
</div>

<div id="widgetReplacementContainer">
Expand Down

0 comments on commit e92865d

Please sign in to comment.