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

Commit

Permalink
Merge pull request #5668 from Liunkae/bookmark-item-hover
Browse files Browse the repository at this point in the history
Change hover of bookmark bar items
  • Loading branch information
bsclifton authored Nov 21, 2016
2 parents bcbf411 + 728d189 commit 6dda7ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions less/bookmarksToolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
}

.bookmarkToolbarButton {
border-radius: @borderRadius;
color: black;
border-radius: 3px;
color: @mediumGray;
cursor: default;
font-size: 11px;
line-height: 12px;
Expand All @@ -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 Expand Up @@ -112,6 +113,7 @@
.bookmarkFolderChevron {
color: #676767;
margin-left: var(--bookmark-item-chevron-margin);
font-size: 8px;
}
}

Expand Down

0 comments on commit 6dda7ef

Please sign in to comment.