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

Commit

Permalink
Change hover of bookmark bar items
Browse files Browse the repository at this point in the history
Matches the hover appearance of the toolbar buttons.

Fixes #5665.
  • Loading branch information
Liunkae authored Nov 16, 2016
1 parent a8de393 commit 6b7ff0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion less/bookmarksToolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
display: flex;

&:hover {
background: lighten(@tabsBackground, 5%);
background: white;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

&.draggingOverLeft {
Expand Down

0 comments on commit 6b7ff0e

Please sign in to comment.