mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
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:
parent
591370c35f
commit
a00d90ee6c
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue