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

Commit

Permalink
Increase urlbar fontsize (#8400)
Browse files Browse the repository at this point in the history
* Increase urlbar fontsize
- Auditors: @bradleyrichter
- Close #7848

* reduce line-height for win
  • Loading branch information
cezaraugusto authored Apr 20, 2017
1 parent f4d52d1 commit abec1aa
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
.urlbarForm {
input {
font-weight: 500;
line-height: 1.4;
margin: 0; // #5624
top: 0; // #5624
}
Expand Down Expand Up @@ -848,10 +849,11 @@
background: @navigationBarBackgroundActive;
border: none;
box-sizing: border-box;
color: @chromeText;
color: #333;
letter-spacing: -0.125px;
cursor: text;
flex-grow: 1;
font-size: @defaultFontSize;
font-size: 13.5px;
font-weight: normal;
outline: none;
text-overflow: ellipsis;
Expand Down Expand Up @@ -884,20 +886,23 @@

.urlbarIcon {
color: @siteSecureColor;
font-size: 13px;
font-size: 12px;
background-repeat: no-repeat;
background-position: center;
position: relative;
bottom: -1px;

// about:newtab
&.fa-search {
position: relative;
bottom: 1px;
bottom: 0;
}

&.fa-lock,
&.fa-unlock,
&.fa-exclamation-triangle {
font-size: 16px;
bottom: 0;
}

&.insecure-color {
Expand Down

0 comments on commit abec1aa

Please sign in to comment.