wikipedia fade hidden bits (& one i missed)

This commit is contained in:
Alex Janka 2021-09-02 13:10:26 +10:00
parent c3fc24e41d
commit e648b505f4
3 changed files with 11 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "injections", "name": "injections",
"version": "1.9", "version": "1.10",
"description": "misc CSS injections.", "description": "misc CSS injections.",
"icons": { "icons": {
"48": "icons/icon48.png", "48": "icons/icon48.png",

View file

@ -145,16 +145,20 @@
.mw-portlet-interaction:hover, .mw-portlet-interaction:hover,
.mw-portlet-tb:hover, .mw-portlet-tb:hover,
.mw-portlet-coll-print_export:hover, .mw-portlet-coll-print_export:hover,
.mw-portlet-lang:hover { .mw-portlet-lang:hover,
.mw-portlet-wikibase-otherprojects:hover {
opacity: 1; opacity: 1;
transition: opacity 0.2s;
} }
.mw-portlet-personal, .mw-portlet-personal,
.mw-portlet-interaction, .mw-portlet-interaction,
.mw-portlet-tb, .mw-portlet-tb,
.mw-portlet-coll-print_export, .mw-portlet-coll-print_export,
.mw-portlet-lang { .mw-portlet-lang,
.mw-portlet-wikibase-otherprojects {
opacity: 0; opacity: 0;
transition: opacity 0.2s;
} }
@media (min-width: 145em) { @media (min-width: 145em) {

View file

@ -52,6 +52,10 @@
{ {
"version": "1.9", "version": "1.9",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.9/injections-1.9.xpi" "update_link": "https://github.com/italicsjenga/injections/releases/download/1.9/injections-1.9.xpi"
},
{
"version": "1.10",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.10/injections-1.10.xpi"
} }
] ]
} }