Merge "Remove duplicate heading styles"

This commit is contained in:
jenkins-bot 2018-08-29 00:50:05 +00:00 committed by Gerrit Code Review
commit b104d5ca1b

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 {