Remove 'mobile.editor.ve' styles (move to MobileFrontend)

They no longer depend on Minerva's variables and can be moved there.
See I964b23bf9363233e5fc927cfaf1e8bdbc3435de1.

Bug: T202978
Change-Id: I6ce2156c29dcf8a95015ffdf59d02ecc5a03b74f
This commit is contained in:
Bartosz Dziewoński 2018-09-17 23:29:52 +02:00
parent 5e7b3994fd
commit c6960ce8a7
2 changed files with 0 additions and 53 deletions

View File

@ -146,9 +146,6 @@
"mobile.special.mobilemenu.styles": [
"skinStyles/mobile.special.mobilemenu.styles/minerva.less"
],
"mobile.editor.ve": [
"skinStyles/mobile.editor.ve/minerva.less"
],
"mobile.notifications.overlay": [
"skinStyles/mobile.notifications.overlay/minerva.less"
]

View File

@ -1,50 +0,0 @@
@import 'mediawiki.mixins.less';
@import '../../minerva.less/minerva.variables';
.editor-overlay-ve {
.content {
// 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 {
display: block;
}
}
.overlay-content {
.surface {
overflow: hidden;
}
}
// Toolbar
@targetIconSize: 20px;
.overlay-header-container {
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.1 );
.ve-init-mw-mobileArticleTarget-toolbar {
// The border will only be visible on screens >1000px due to max-width set elsewhere.
// On smallers screens, the negative margin will cause it to be outside of viewport.
border-color: @colorGray12;
border-style: solid;
border-width: 0 1px;
margin: 0 -1px;
.oo-ui-iconElement-icon {
/* Overwrite `contain` value here, as we're 16px base sized */
.background-size( @targetIconSize, @targetIconSize );
}
.oo-ui-toolbar-bar {
border: 0;
box-shadow: none;
}
}
}
.overlay-header {
/* Reset unwanted header styles */
border-collapse: separate;
border: 0;
height: 3em;
}
}