mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
8e76bc4126
Changing the way Echo's front-end architecture works to work with model-view-controller methodology. Change-Id: I97862402c41bc04dd41cd08d79f19ff677340249
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
@import '../echo.variables';
|
|
.mw-echo-ui-placeholderItemWidget {
|
|
padding: 2em;
|
|
background-color: @notification-background-read;
|
|
|
|
&-notLinked,
|
|
&-notLinked a {
|
|
cursor: default;
|
|
}
|
|
}
|