Merge "Remove @embed page load delays (and misc optimisations)"

This commit is contained in:
jenkins-bot 2019-09-28 02:06:38 +00:00 committed by Gerrit Code Review
commit 0d097a2a43
5 changed files with 4 additions and 7 deletions

View File

@ -158,6 +158,7 @@ div.emptyPortlet {
}
ul {
// No need for PNG fallback. Fallback is browser default (a smaller, also black, circle).
.list-style-image( 'images/bullet-icon.svg' );
}

View File

@ -16,12 +16,8 @@
/* Head */
#mw-page-base {
height: 5em;
background-color: @background-color-base;
/* This image is only a fallback (for IE 6-9), so we do not @embed it. */
background-image: url( images/page-fade.png );
.vertical-gradient( @background-color-base, @background-color-secondary, 50%, 100% );
background-position: bottom left;
background-repeat: repeat-x;
.vertical-gradient( @background-color-base, @background-color-secondary, 50%, 100% );
}
#mw-head-base {
@ -98,7 +94,7 @@
.body {
margin-left: @menu-main-body-margin-left;
padding-top: 0;
.background-image( 'images/portal-break.png' );
background-image: url( images/portal-break.png );
background-repeat: no-repeat;
ul {

View File

@ -39,7 +39,7 @@
#ca-unwatch.icon a.loading,
#ca-watch.icon a.loading {
.background-image-svg( 'images/watch-icon-loading.svg', 'images/watch-icon-loading.png' );
background-image: url( images/watch-icon-loading.svg );
.rotation( 700ms );
/* Suppress the hilarious rotating focus outline on Firefox */
outline: 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B