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

Commit

Permalink
3 additional tweaks to BM bar hover button
Browse files Browse the repository at this point in the history
@liunkae I adjusted the colors, radius and folder chevron size for this
PR. If it looks good to you, lets call it done.

cc @bbondy
  • Loading branch information
bradleyrichter committed Nov 20, 2016
1 parent 6b7ff0e commit 23efd25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 Down Expand Up @@ -113,6 +113,7 @@
.bookmarkFolderChevron {
color: #676767;
margin-left: var(--bookmark-item-chevron-margin);
font-size: 8px;
}
}

Expand Down

0 comments on commit 23efd25

Please sign in to comment.