mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 18:45:07 +00:00
0e52416fcb
We decided we didn't want this behavior after all.
This reverts commit eadaac1c84
.
Bug: T139646
Change-Id: Ib71f8000a59e66968c0fa161e3ab59b9ebdb3b1a
33 lines
467 B
Plaintext
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;
|
|
}
|
|
}
|
|
|
|
}
|