From a2846070c97c5ab6ee7002f1986771a403818158 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 7 Jun 2023 11:35:41 -0500 Subject: [PATCH] Move .invisible styles to Markup CSS --- app/soapbox/components/markup.css | Bin 1506 -> 1848 bytes app/styles/ui.scss | 18 ------------------ 2 files changed, 18 deletions(-) diff --git a/app/soapbox/components/markup.css b/app/soapbox/components/markup.css index f451e3ba17cf2189a1c34add6f93884aa082d89f..48e292bcc186bb5da8646ce33533da71c39a9ef1 100644 GIT binary patch delta 326 zcmZXQOAdlC5QgKz4J5kp0Cj7`xW=Ox7sb{xp|njqVAL27!9{dqJP#+aupnr6Gyh}q zW!m^Nd$!Z&J()i?plWcCNltDNAt$Xcad71+*^(ucMq8u`cixhqc#?AvIffkJHYpYP_O+$}~sK!~+U3C*0A6*jNQV$1`jSVwzCktQXzMP&|TMC)qN h6MIX5Kk|>8Y0J0`bwe2gB|@VoU4{BU{qv7|^aV0~Yx4jA delta 7 OcmdnN_lSGLBUS(n(gRBX diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 576d5d4f92..530599d3f9 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -36,24 +36,6 @@ } } -.invisible { - font-size: 0 !important; - line-height: 0 !important; - display: inline-block; - width: 0; - height: 0; - position: absolute; - - img, - svg { - margin: 0 !important; - border: 0 !important; - padding: 0 !important; - width: 0 !important; - height: 0 !important; - } -} - .react-datepicker-popper { z-index: 9999 !important; }