mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 15:40:15 +00:00
Remove styles moved over to Echo
Bug: T258936 Depends-On: I72bedc3c3d633e8898c93d5e7d570b8ee7b6a1ff Change-Id: Ic9b03bab0db39ccbed5b05c89577be18bb17c8de
This commit is contained in:
parent
58b9721e9c
commit
13449aed52
|
@ -215,9 +215,6 @@
|
|||
"mobile.special.styles": [
|
||||
"skinStyles/mobile.special.styles/minerva.less"
|
||||
],
|
||||
"ext.echo.styles.special": [
|
||||
"skinStyles/ext.echo.styles.special/SpecialNotificationsOverlay.less"
|
||||
],
|
||||
"mediawiki.editfont.styles": [
|
||||
"skinStyles/mediawiki.editfont.styles/minerva.css"
|
||||
],
|
||||
|
@ -231,12 +228,6 @@
|
|||
"mobile.special.mobilemenu.styles": [
|
||||
"skinStyles/mobile.special.mobilemenu.styles/minerva.less"
|
||||
],
|
||||
"ext.echo.mobile": [
|
||||
"skinStyles/ext.echo.mobile/minerva.less"
|
||||
],
|
||||
"mobile.notifications.overlay": [
|
||||
"skinStyles/ext.echo.mobile/minerva.less"
|
||||
],
|
||||
"mediawiki.content.json": [
|
||||
"skinStyles/mediawiki.content-json/minerva.less"
|
||||
],
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
@import '../../minerva.less/minerva.variables.less';
|
||||
|
||||
.notifications-overlay .overlay-content {
|
||||
top: @overlayHeaderHeight;
|
||||
bottom: @overlayHeaderHeight;
|
||||
|
||||
.mw-echo-ui-notificationsWidget {
|
||||
top: @overlayHeaderHeight;
|
||||
}
|
||||
|
||||
.mw-echo-ui-notificationItemWidget {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and ( min-width: @width-breakpoint-tablet ) {
|
||||
.notifications-overlay {
|
||||
.mw-echo-notification {
|
||||
padding: 1.75em @contentPaddingTablet;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
@import '../../minerva.less/minerva.variables.less';
|
||||
|
||||
.mw-echo-ui-notificationsInboxWidget {
|
||||
&-sidebar {
|
||||
// echo notificationsInboxWidget cell
|
||||
// in the desktop version is hidden
|
||||
// in the mobile version.
|
||||
&.mw-echo-ui-notificationsInboxWidget-cell {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&-main {
|
||||
&-toolbar {
|
||||
&-readState {
|
||||
// echo notificationsInboxWidget cell for readState
|
||||
// in the desktop version is hidden
|
||||
// in the mobile version.
|
||||
&.mw-echo-ui-notificationsInboxWidget-cell {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
& &-toolbarWrapper {
|
||||
height: auto;
|
||||
position: static;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue