From 5126c08b2e4f17c56ee59b520f65428246b904b0 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 10 Aug 2020 14:59:03 +0200 Subject: [PATCH] urlbar.css: don't increase font size on focus This looks weird and there isn't much difference between 9pt and 10pt. --- src/userChrome/urlbar.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/userChrome/urlbar.css b/src/userChrome/urlbar.css index 1d342c3..e196aea 100644 --- a/src/userChrome/urlbar.css +++ b/src/userChrome/urlbar.css @@ -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,