mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-11 17:00:10 +00:00
Remove unused CSS classes.
* user-button removed in I55c18cf72. * mw-notifications-widget removed in I34e27364. Change-Id: I802be3c15fd3d09f72094fc36e101ad38864ef41
This commit is contained in:
parent
e4f2c0e4b0
commit
37b9ae3ed8
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,10 +43,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.mw-echo-notifications {
|
||||
background-color: @notification-background-read;
|
||||
}
|
||||
|
||||
.mw-echo-content {
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue