mediawiki-extensions-Echo/modules
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
..
alert Hygiene: Port all Echo css to less. 2014-08-04 11:43:27 -07:00
badge Hygiene: Port all Echo css to less. 2014-08-04 11:43:27 -07:00
base Fix line height/size of notifications 2014-08-15 14:02:17 -07:00
icons Updating Talk notification icon 2013-06-28 11:56:07 -07:00
overlay overlay: Remove needless specifity in .mw-echo-grey-link selector 2015-01-06 22:04:12 +00:00
special Hygiene: Dont quote object property keys 2014-09-12 16:00:07 -07:00
hooks.txt Add overlay hook for user scripts. 2013-06-13 21:27:26 -04:00
mixins.less Prevent horizontal scroll bars in Firefox 2014-08-14 13:21:49 -07:00