From a00d90ee6c1f2bc4490019078055615f57a67acd Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Tue, 28 Aug 2018 15:06:12 +0100 Subject: [PATCH] Remove duplicate heading styles These styles have since been moved such that they apply in read and edit mode. Change-Id: I2dc6fd69604d08dafeaf8cf17b3f048caa16496e --- skinStyles/mobile.editor.ve/minerva.less | 8 -------- 1 file changed, 8 deletions(-) diff --git a/skinStyles/mobile.editor.ve/minerva.less b/skinStyles/mobile.editor.ve/minerva.less index 4c85bc7..a15f73d 100644 --- a/skinStyles/mobile.editor.ve/minerva.less +++ b/skinStyles/mobile.editor.ve/minerva.less @@ -3,14 +3,6 @@ .editor-overlay-ve { .content { - // VisualEditor doesn't have collapsible-heading class, so we need to apply - // heading styles to the header tags directly. - h1, h2 { - margin-bottom: 0.5em; - border-bottom: solid 1px @colorGray14; - overflow: hidden; - } - // We don't need display:table as there are no edit/collapse buttons // Also display:table causes CE issues in Mobile Safari (T202991) h1, h2, h3, h4, h5 {