From 4589f28676f685a9fde2a8fbeb82f97dc0d5dc69 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 27 Nov 2014 02:13:15 -0800 Subject: [PATCH] remove unwanted global text input font sizing --- app/assets/stylesheets/desktop/topic-post.scss | 6 ------ app/assets/stylesheets/mobile/topic-post.scss | 8 -------- 2 files changed, 14 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index c2f82954e5b..f0875d0f060 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -610,12 +610,6 @@ a.mention { } -.modal-body { - input[type=text] { - font-size: 16px; - } -} - .moderator { .topic-body { background-color: dark-light-diff($highlight, $secondary, 70%, -80%); diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 068018ff977..5fbdddf577c 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -382,14 +382,6 @@ iframe { position: relative; } -.modal-body { - input[type=text] { - font-size: 16px; - display: block; - margin-top: 10px; - } -} - #share-link { width: 290px; }