Merge "Make Monobook use the same badge color scheme as Vector"

This commit is contained in:
jenkins-bot 2016-08-19 21:58:30 +00:00 committed by Gerrit Code Review
commit d51d1ebc23
6 changed files with 2 additions and 9 deletions

View file

@ -7,6 +7,8 @@
@notification-background-read: #f1f1f1;
@badge-counter-background-seen: #71777D;
@badge-counter-background-unseen-alert: #c33;
@badge-counter-background-unseen-message: #36c;
@notification-text-color: #111;
@notification-body-color: #777;

View file

@ -1,2 +0,0 @@
@badge-counter-background-unseen-alert: #dea4a2;
@badge-counter-background-unseen-message: #b7cffb;

View file

@ -1,2 +0,0 @@
@badge-counter-background-unseen-alert: #C33;
@badge-counter-background-unseen-message: #36C;

View file

@ -1,5 +1,4 @@
@import '../echo.variables';
@import '../echo.variables.monobook';
/* We have to include the #pt-notifications selector due to monobook */
.mw-echo-notifications-badge {
@ -22,12 +21,10 @@
&.mw-echo-unseen-notifications {
#pt-notifications-alert &:after {
background-color: @badge-counter-background-unseen-alert;
color: #000;
}
#pt-notifications-notice &:after {
background-color: @badge-counter-background-unseen-message;
color: #000;
}
}
}

View file

@ -1,5 +1,4 @@
@import '../echo.variables';
@import '../echo.variables.vector';
/* We have to include the #pt-notifications selector due to monobook */
.mw-echo-notifications-badge {

View file

@ -1,5 +1,4 @@
@import '../echo.variables';
@import '../echo.variables.monobook';
#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
text-transform: none;