MinervaNeue/skinStyles
jdlrobson c7cb4ecee0 Limit editor text area styles to where they are needed
Currently we load textarea styles across all pages. However, in practice
textareas only show up in the edit page and inside our JavaScript overlays

To avoid loading these styles as rendering blocking CSS

Additional changes:
* Drop css reset for textarea so that textareas where unstyled
have sensible defaults. Note given the usage of OOUI and MediaWiki UI
this should be minimal/no disruption.
* For consistency intentionally change the padding of the non-js editor
to be consistent with other textareas
* The padding-left/padding-right rules currently override the default rule
so consolidate them into one single rule

Note:
* This will not break non-JavaScript editor mode as the module
mediawiki.action.edit.styles is loaded on that page as a render blocking
style.

Bug: T199000
Depends-On: I1ab170fc4089b0c8129a3e62ee78efad1c6709fa
Change-Id: I91743fdf1942a1b1b750422e973bf98fc4d106db
2018-07-26 10:35:16 +08:00
..
ext.echo.styles.special Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mediawiki.action.edit.styles Limit editor text area styles to where they are needed 2018-07-26 10:35:16 +08:00
mediawiki.hlist Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mediawiki.page.gallery.styles Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mediawiki.special.preferences.styles Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mediawiki.special.search.styles Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mediawiki.special.userlogin.common.styles Allow non-js users to remember login on grade C browsers 2018-06-20 11:44:23 -07:00
mobile.editor.ve Remove special `font-size` treatment of VE overlay 2018-05-31 17:36:58 +02:00
mobile.languages.structured Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mobile.notifications.overlay Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mobile.search Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mobile.special.mobilemenu.styles Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mobile.special.mobileoptions.styles Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mobile.special.styles Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
mobile.startup Limit editor text area styles to where they are needed 2018-07-26 10:35:16 +08:00
mobile.toggle Remove minerva.less from global import path 2018-05-29 12:19:00 +00:00
README.txt Move remaining Minerva skinStyles from MobileFrontend 2018-05-29 09:30:48 +00:00

README.txt

If a module introduced by MobileFrontend has Minerva specific styles they are added here and applied
as part of ResourceModuleSkinStyles.