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

Commit

Permalink
Fix: Add right margin when url bar is in focus (fixes #5814) (#6358)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyandeeps authored and bsclifton committed Jan 25, 2017
1 parent 625ecea commit 9ab9307
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 9ab9307

Please sign in to comment.