From 23efd25d510a4ea1b2b4e06296da7133e30ab3c7 Mon Sep 17 00:00:00 2001 From: bradleyrichter Date: Sun, 20 Nov 2016 13:06:10 -0800 Subject: [PATCH] 3 additional tweaks to BM bar hover button @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 --- less/bookmarksToolbar.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/less/bookmarksToolbar.less b/less/bookmarksToolbar.less index 035c4fc0677..42883b470be 100644 --- a/less/bookmarksToolbar.less +++ b/less/bookmarksToolbar.less @@ -40,8 +40,8 @@ } .bookmarkToolbarButton { - border-radius: @borderRadius; - color: black; + border-radius: 3px; + color: @mediumGray; cursor: default; font-size: 11px; line-height: 12px; @@ -113,6 +113,7 @@ .bookmarkFolderChevron { color: #676767; margin-left: var(--bookmark-item-chevron-margin); + font-size: 8px; } }