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

Commit

Permalink
new Brave button hover states
Browse files Browse the repository at this point in the history
  • Loading branch information
jkup committed Nov 10, 2016
1 parent e7fd134 commit 1aabecd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Binary file added app/extensions/brave/img/braveBtn2x_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/extensions/brave/img/braveBtn3x_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/extensions/brave/img/braveBtn_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -909,4 +909,10 @@
url(../app/extensions/brave/img/braveBtn3x.png) 3x);
background-repeat: no-repeat;
height: 24px;

&:hover {
background-image: -webkit-image-set(url(../app/extensions/brave/img/braveBtn_hover.png) 1x,
url(../app/extensions/brave/img/braveBtn2x_hover.png) 2x,
url(../app/extensions/brave/img/braveBtn3x_hover.png) 3x);
}
}

0 comments on commit 1aabecd

Please sign in to comment.