From ace7c4a80ba72bdb275b1b7c24ec60ab408cf826 Mon Sep 17 00:00:00 2001 From: Hutchy68 Date: Mon, 21 Dec 2020 09:07:32 -0500 Subject: [PATCH] Fixes and new icons --- CHANGELOG.md | 2 ++ assets/stylesheets/fontawsome.css | 4 +++- assets/stylesheets/pivot.css | 12 ------------ skin.json | 2 +- 4 files changed, 6 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f64d3e1..e688253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## Version 2.3.1-dev +* [bug] Make VE compatible with removal of old VE CSS deletion +* [enhancement] Icon for Purge Extension, MPDF and n-help-mediawiki in Navigation ## Version 2.3.0 * [compatibility, CSS] Load MW core CSS that was dropped in MW 1.35 diff --git a/assets/stylesheets/fontawsome.css b/assets/stylesheets/fontawsome.css index 7d83cfe..f77c60d 100644 --- a/assets/stylesheets/fontawsome.css +++ b/assets/stylesheets/fontawsome.css @@ -16,6 +16,7 @@ #n-recentchanges a:before {content: "\f0ae";} #n-randompage a:before {content: "\f074";} #n-help a:before {content: "\f128";} +#n-help-mediawiki a:before {content: "\f128";} /* -- Toolbox -- */ #t-whatlinkshere a:before {content: "\f047";} @@ -37,14 +38,15 @@ #ca-unprotect a:before {content: "\f132";} #ca-watch a:before {content: "\f006";} #ca-unwatch a:before {content: "\f005";} - #ca-ve-edit a:before {content: "\f040";} #ca-viewsource a:before {content: "\f02d";} #ca-form_edit a:before {content: "\f14b";} #ca-purge a:before {content: "\f021";} +#ca-purge-ext a:before {content: "\f021";} #ca-undelete a:before {content: "\f0e2";} #ca-ask_delete_permanently a:before {content: "\f0c4";} #ca-addsection a:before {content: "\f067";} +#ca-mpdf a:before {content: "\f1c1";} /* -- Usermenu -- */ #pt-userpage a:before {content: "\f007";} diff --git a/assets/stylesheets/pivot.css b/assets/stylesheets/pivot.css index ac5ce19..aeb0120 100644 --- a/assets/stylesheets/pivot.css +++ b/assets/stylesheets/pivot.css @@ -1094,18 +1094,6 @@ ul[class*="block-grid"] { background-color: #f6f6f6; } -/* Visual Editor Fixes */ -.ve-activated #content { - margin-top: 4em; -} -.ve-ce-documentNode { - background:#fff; -} -.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link, -.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link { - display: inline !important; -} - .mw-indicators { float: right; font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; diff --git a/skin.json b/skin.json index a115589..57196e2 100644 --- a/skin.json +++ b/skin.json @@ -76,5 +76,5 @@ "remoteSkinPath": "pivot" }, "config": {}, - "manifest_version": 1 + "manifest_version": 2 }