Remove duplicate heading styles

These styles have since been moved such that they
apply in read and edit mode.

Change-Id: I2dc6fd69604d08dafeaf8cf17b3f048caa16496e
This commit is contained in:
Ed Sanders 2018-08-28 15:06:12 +01:00
parent 591370c35f
commit a00d90ee6c
1 changed files with 0 additions and 8 deletions

View File

@ -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 {