Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Re-add hover color on new tab button
Browse files Browse the repository at this point in the history
Fix #3297

Auditors: @aekeus
  • Loading branch information
bbondy committed Aug 23, 2016
1 parent dbb268d commit b0ed7ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions less/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ span.browserButton {
margin: 0px;
opacity: 0.5;
background: url('../img/icon_new_frame.svg') 0 0 / contain no-repeat;
&:hover {
opacity: 0.8;
}
}

&.menuButton {
Expand Down

1 comment on commit b0ed7ba

@aekeus
Copy link
Member

@aekeus aekeus commented on b0ed7ba Aug 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.