Remove styles moved over to Echo

Bug: T258936
Depends-On: I72bedc3c3d633e8898c93d5e7d570b8ee7b6a1ff
Change-Id: Ic9b03bab0db39ccbed5b05c89577be18bb17c8de
This commit is contained in:
Ed Sanders 2020-07-27 21:15:32 +01:00 committed by Jforrester
parent 58b9721e9c
commit 13449aed52
3 changed files with 0 additions and 63 deletions

View file

@ -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"
],

View file

@ -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;
}
}
}

View file

@ -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;
}
}