mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
a4659baec5
* Add the ability to use bundled expandable notification groups * Display bundled cross-wiki notifications following the design Bug: T115419 Bug: T115423 Bug: T115422 Change-Id: I8c3eba6d627c3f06d51d74fc9774e3fc2d02915d
7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
.mw-echo-ui-mixin-hover-opacity() {
|
|
opacity: @opacity-low;
|
|
&:hover {
|
|
opacity: 1;
|
|
}
|
|
}
|