From ed78bd9096fb67b33089a78760fe00755b6be781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sat, 26 Jun 2021 09:01:57 +0200 Subject: [PATCH] Remove explicitly set font-family in place where comments talk about FF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/_common.scss | 2 -- res/css/views/rooms/_MessageComposer.scss | 2 -- 2 files changed, 4 deletions(-) diff --git a/res/css/_common.scss b/res/css/_common.scss index b128a82442..fd1e4c6d82 100644 --- a/res/css/_common.scss +++ b/res/css/_common.scss @@ -105,7 +105,6 @@ input[type=text], input[type=search], input[type=password] { padding: 9px; - font-family: $font-family; font-size: $font-14px; font-weight: 600; min-width: 0; @@ -146,7 +145,6 @@ input[type=text], input[type=password], textarea { /* Required by Firefox */ textarea { - font-family: $font-family; color: $primary-fg-color; } diff --git a/res/css/views/rooms/_MessageComposer.scss b/res/css/views/rooms/_MessageComposer.scss index e6c0cc3f46..5e2eff4047 100644 --- a/res/css/views/rooms/_MessageComposer.scss +++ b/res/css/views/rooms/_MessageComposer.scss @@ -165,8 +165,6 @@ limitations under the License. font-size: $font-14px; max-height: 120px; overflow: auto; - /* needed for FF */ - font-family: $font-family; } /* hack for FF as vertical alignment of custom placeholder text is broken */