Skip to content

Commit

Permalink
style(browserAction): tweak style of active tab items
Browse files Browse the repository at this point in the history
This removes dotted border and introduces familiar grandient
as sugegsted in
#687 (comment)
  • Loading branch information
lidel committed Feb 23, 2019
1 parent 8d1f3b3 commit 1f939d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions add-on/src/popup/browser-action/context-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ function activeTabActions (state) {
const showActiveTabSection = (state.active && state.globalRedirectEnabled && state.ipfsNodeType === 'external') || state.isIpfsContext
if (!showActiveTabSection) return
return html`
<div class="no-select w-100 outline-0--focus tl ba b--dashed b--navy-muted">
<div class="ph3 pv2 tr charcoal bg-snow-muted truncate tl">
<div class="no-select w-100 outline-0--focus tl">
<div class="ph3 pv2 white f7 ttu" style="background-image: url('../../../images/stars.png'), linear-gradient(to left, #041727 0%,#043b55 100%); background-size: 100%; background-repeat: repeat;">
${browser.i18n.getMessage('panel_activeTabSectionHeader')}
</div>
${contextActions(state)}
Expand Down

0 comments on commit 1f939d6

Please sign in to comment.