From 760e1f9ef7c9f4e9c8298655a44c19ccbd6f6a09 Mon Sep 17 00:00:00 2001 From: Nicolas Chevobbe Date: Tue, 17 Oct 2017 17:50:49 +0200 Subject: [PATCH] Bug 1409436 - Fix jsterm font-size warning; r=Honza. The font-size property was trying to retrieve a non existing variable, which was spamming the terminal with warning messages. Putting the property to inherit since it was defaulted to that. MozReview-Commit-ID: nMWUOvOTIt --HG-- extra : rebase_source : 35b07bccdb7fd2da89957393c01d68268e6b99fe --- devtools/client/themes/webconsole.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/client/themes/webconsole.css b/devtools/client/themes/webconsole.css index da84c6bcc365..987ebed570fe 100644 --- a/devtools/client/themes/webconsole.css +++ b/devtools/client/themes/webconsole.css @@ -446,7 +446,7 @@ textarea.jsterm-complete-node { margin: 0; background-color: transparent; resize: none; - font-size: var(--theme-toolbar-font-size); + font-size: inherit; line-height: 16px; overflow-x: hidden; /* Set padding for console input on textarea to make sure it is included in