Skip to content

Commit

Permalink
Fix: Add right margin when url bar is in focus (fixes brave#5814) (br…
Browse files Browse the repository at this point in the history
  • Loading branch information
gyandeeps authored and NejcZdovc committed Jan 23, 2017
1 parent 923994d commit f5ebce8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,10 @@
background: @privateTabBackground;
color: @chromeText;
}

&:focus {
margin-right: 3px;
}
}

// Create 25x25 square and place .urlbarIcon at the center of it
Expand Down

0 comments on commit f5ebce8

Please sign in to comment.