Skip to content

Commit

Permalink
Put anchor buttons before the actual new tab button for easier custom…
Browse files Browse the repository at this point in the history
…izability #1751
  • Loading branch information
piroor committed Feb 7, 2018
1 parent 4e7ac7f commit 229ceff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webextensions/sidebar/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,28 @@
</div>
<div class="after-tabs vbox">
<div class="newtab-button-box vbox">
<button class="newtab-button"
title="__MSG_tabbar.newTabButton.tooltip__"></button>
<button class="newtab-action-selector-anchor"
title="__MSG_tabbar.newTabAction.tooltip__"
data-menu-ui="newtab-action-selector"></button>
<button class="contextual-identities-selector-anchor"
title="__MSG_tabbar.newTabWithContexualIdentity.tooltip__"
data-menu-ui="contextual-identities-selector"></button>
<button class="newtab-button"
title="__MSG_tabbar.newTabButton.tooltip__"></button>
</div>
</div>
</div>
<div class="after-tabs vbox">
<div id="out-of-view-tab-notifier"></div>
<div class="newtab-button-box vbox">
<button class="newtab-button"
title="__MSG_tabbar.newTabButton.tooltip__"></button>
<button class="newtab-action-selector-anchor"
title="__MSG_tabbar.newTabAction.tooltip__"
data-menu-ui="newtab-action-selector"></button>
<button class="contextual-identities-selector-anchor"
title="__MSG_tabbar.newTabWithContexualIdentity.tooltip__"
data-menu-ui="contextual-identities-selector"></button>
<button class="newtab-button"
title="__MSG_tabbar.newTabButton.tooltip__"></button>
</div>
</div>
<ul id="newtab-action-selector">
Expand Down

0 comments on commit 229ceff

Please sign in to comment.