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

Commit

Permalink
Made the entire .bookmarkButtonContainer clickable (#6712)
Browse files Browse the repository at this point in the history
Closes #6704

Auditors:

Test Plan:
1. Click the star icon to show "Bookmark Added"
2. Click around the icon to show "Edit Bookmark"
  • Loading branch information
luixxiul authored and cezaraugusto committed Jan 26, 2017
1 parent d466cd8 commit 67b2326
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -764,10 +764,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;
Expand Down

0 comments on commit 67b2326

Please sign in to comment.