From 5eb09be7cb0b2ad8b77fa79039d1ebd480ea321c Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 26 Jan 2017 11:02:29 +0900 Subject: [PATCH] Made the entire .bookmarkButtonContainer clickable (#6712) Closes #6704 Auditors: Test Plan: 1. Click the star icon to show "Bookmark Added" 2. Click around the icon to show "Edit Bookmark" --- less/navigationBar.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/less/navigationBar.less b/less/navigationBar.less index ff3761d641b..bec8d6668d1 100644 --- a/less/navigationBar.less +++ b/less/navigationBar.less @@ -745,10 +745,8 @@ background-size: 14px 14px; margin: 0; height: 0; - width: 14px; - height: 14px; - position: relative; - left: 5px; + width: @urlbarFormHeight; // #6704 + height: @urlbarFormHeight; // #6704 &.removeBookmarkButton { background: url('../img/toolbar/bookmark_marked.svg') center no-repeat;