Merge pull request #106 from Hutchy68/bug-enhance-changes

Fixes and new icons
develop
Tom Hutchison 2020-12-21 09:13:43 -05:00 committed by GitHub
commit c14a1ad4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 14 deletions

View File

@ -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

View File

@ -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";}

View File

@ -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;

View File

@ -76,5 +76,5 @@
"remoteSkinPath": "pivot"
},
"config": {},
"manifest_version": 1
"manifest_version": 2
}