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 #14512 from brave/fix/14473-url-bar-input-height
Browse files Browse the repository at this point in the history
Make the entire height of the url bar a hit target for focus
  • Loading branch information
bsclifton committed Jun 22, 2018
1 parent 389ab5e commit 4238d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
outline: none;

// #4922: make the whole .urlbarForm clickable
// height: @urlbarFormHeight;
height: 100%;
background: transparent;

&.private {
Expand Down

0 comments on commit 4238d9f

Please sign in to comment.