Skip to content

Commit

Permalink
Use local images rather than images in core that have been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlrobson committed Jun 10, 2022
1 parent 0d3d6b0 commit 6fc9ad5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file added assets/stylesheets/images/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/stylesheets/images/magnify-clip-ltr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/stylesheets/images/magnify-clip-rtl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/stylesheets/images/spinner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/stylesheets/legacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
}

.mw-ajax-loader {
background-image: url(/w/resources/src/mediawiki.legacy/images/ajax-loader.gif?57f34);
background-image: url(images/ajax-loader.gif?57f34);
background-position: center center;
background-repeat: no-repeat;
padding: 16px;
Expand All @@ -529,7 +529,7 @@
.mw-small-spinner {
padding: 10px !important; /* stylelint-disable-line declaration-no-important */
margin-right: 0.6em;
background-image: url(/w/resources/src/mediawiki.legacy/images/spinner.gif?ca65b);
background-image: url(images/spinner.gif?ca65b);
background-position: center center;
background-repeat: no-repeat;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/pivot.css
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ ul[class*="block-grid"] {
height: 11px;
}
.mw-content-ltr .magnify a {
background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png);
background-image: url(images/magnify-clip-ltr.png);
}

/* Float right and left styles - Make all MW images responsive for mobile when floated */
Expand Down

0 comments on commit 6fc9ad5

Please sign in to comment.