mediawiki-extensions-Echo/modules/styles/mw.echo.ui.PageNotificationsOptionWidget.less
Catrope 0e52416fcb Revert "Dim the title of current wiki if it has 0 notifications"
We decided we didn't want this behavior after all.

This reverts commit eadaac1c84.

Bug: T139646
Change-Id: Ib71f8000a59e66968c0fa161e3ab59b9ebdb3b1a
2016-08-17 22:51:28 +00:00

33 lines
467 B
Plaintext

@import '../echo.variables';
.mw-echo-ui-pageNotificationsOptionWidget {
width: 100%;
box-sizing: border-box;
clear: both;
&-icon {
float: left;
.oo-ui-iconElement-icon {
display: inline-block;
}
}
&-title {
padding: 0.2em 0;
}
&-count {
float: right;
padding: 0.2em 0.5em;
margin-left: 0.5em;
background-color: #eee;
border-radius: 2px;
color: @grey-medium;
.oo-ui-optionWidget-selected & {
background-color: #bbb;
}
}
}