mediawiki-extensions-Echo/modules/echo.mixins.less
Moriel Schottlender a4659baec5 Add OOUI widgets for cross-wiki bundled notifications
* 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
2015-12-14 17:22:34 -08:00

7 lines
90 B
Plaintext

.mw-echo-ui-mixin-hover-opacity() {
opacity: @opacity-low;
&:hover {
opacity: 1;
}
}