Skip to content

Commit

Permalink
fix: icons hover
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdiogo committed Jun 28, 2018
1 parent 87d7dbc commit ca9bca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/src/popup/browser-action/icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const browser = require('webextension-polyfill')

function icon ({ svg, title, active, action }) {
return html`
<button class="pa0 ma0 dib bn bg-transparent pointer grow transition-all ${active ? 'fill-aqua hover-fill-snow' : 'fill-gray hover-fill-snow-muted'}"
<button class="pa0 ma0 dib bn bg-transparent pointer transition-all ${active ? 'fill-aqua hover-fill-snow' : 'fill-gray hover-fill-snow-muted'}"
style="outline:none;"
title="${browser.i18n.getMessage(title)}"
onclick=${action}>
Expand Down

0 comments on commit ca9bca8

Please sign in to comment.