mediawiki-extensions-Echo/modules/overlay
Timo Tijhof 4fdae24555 overlay: Remove needless specifity in .mw-echo-grey-link selector
Binding it to the element name should rarely be needed as it only
adds complexity with no clear benefit.

Nesting classes should also rarely be necessary as it basically
requires the code will never be embedded in or itself embed something
from another component (otherwise you'd clash with that other component's
class name, and if you don't clash, then it wasn't neccecary to
nest the class in the first place).

If the class is overlay-specfic it should be renamed to something
like '.mw-echo-overlay-grey-link'. Keeping it as-is and applying
directly though, as it doesn't appear overlay-specific.

Change-Id: Ied601058c8e501914113d542f88542c83157d5a0
2015-01-06 22:04:12 +00:00
..
ext.echo.overlay.init.js Create notification overlay in the body 2014-08-13 13:24:05 -07:00
ext.echo.overlay.js Don't make the notifications list 5px taller than the screen 2014-09-23 15:00:21 -07:00
ext.echo.overlay.less overlay: Remove needless specifity in .mw-echo-grey-link selector 2015-01-06 22:04:12 +00:00
ext.echo.overlay.modern.css Create chevron using pseudo elements 2014-08-13 13:14:41 -07:00
ext.echo.overlay.monobook.css Hygiene: Kill dead code 2014-08-14 14:29:40 -07:00
Help.png Adding help button to flyout. Fixing ID name per conventions. 2013-04-24 21:36:03 -07:00
PokeyNorth.png Docking overley to notifications link rather than side of window 2013-01-10 16:33:11 -08:00