urlbar.css: don't increase font size on focus

This looks weird and there isn't much difference between 9pt and 10pt.
This commit is contained in:
Oliver Smith 2020-08-10 14:59:03 +02:00
parent df3cb1b051
commit 5126c08b2e
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -28,13 +28,10 @@
display: none !important;
}
/* urlbar not focused: smaller font */
/* Smaller font: show more of the URL */
#urlbar-input {
font-size: 9pt !important;
}
#urlbar[open] #urlbar-input {
font-size: 10pt !important;
}
/* Focused urlbar: hide all icons around it, so we have more space to edit the URL */
#urlbar[focused] #identity-box,