Remove unused CSS classes.

* user-button removed in I55c18cf72.
* mw-notifications-widget removed in I34e27364.

Change-Id: I802be3c15fd3d09f72094fc36e101ad38864ef41
This commit is contained in:
Ed Sanders 2023-11-16 10:43:10 +00:00
parent e4f2c0e4b0
commit 37b9ae3ed8
3 changed files with 0 additions and 23 deletions

View file

@ -52,24 +52,9 @@
top: @overlayHeaderHeight;
bottom: @overlayHeaderHeight;
.mw-echo-ui-notificationsWidget {
top: @overlayHeaderHeight;
height: 100%;
}
.mw-echo-ui-notificationsListWidget > .mw-echo-ui-notificationItemWidget {
border-left: 0;
border-right: 0;
}
}
/* stylelint-disable-next-line selector-class-pattern */
.user-button {
position: absolute;
right: 0;
top: 0;
padding-right: 0;
// Should correspond to @z-indexOverOverlay in MobileFrontend
z-index: 2;
}
}

View file

@ -43,10 +43,6 @@
}
}
.mw-echo-notifications {
background-color: @notification-background-read;
}
.mw-echo-content {
overflow: hidden;
display: block;

View file

@ -2,10 +2,6 @@
@import '../echo.variables.less';
.mw-echo-ui-notificationsListWidget {
.mw-echo-ui-notificationsListWidget-bundle & {
padding: 0;
}
> .mw-echo-ui-notificationItemWidget:first-child {
border-top: 0;
}