Merge "Replace deprecated `background-image-svg()` mixin calls"

isekai
jenkins-bot 5 years ago committed by Gerrit Code Review
commit f05aac7a58

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 789 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 650 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 756 B

@ -20,7 +20,7 @@
// Icons for the page actions menus
.ca-icon( @icon: '' ) {
.background-image-svg( '@{icon}.svg', '@{icon}.png' );
background-image: url( '@{icon}.svg' );
border: 0;
background-color: transparent;
background-repeat: no-repeat;
@ -115,7 +115,7 @@
content: '';
width: 22px;
height: 12px;
.background-image-svg( 'images/arrow-down-grey.svg', 'images/arrow-down-grey.png' );
background-image: url( images/arrow-down-grey.svg );
background-position: center center;
background-repeat: no-repeat;
}

@ -114,7 +114,7 @@ body {
width: 2.5em;
height: 2.5em;
.icon;
.background-image-svg( 'images/search-ltr.svg', 'images/search-ltr.png' );
background-image: url( images/search-ltr.svg );
/* @noflip */
background-position: center 40%;
box-shadow: none;
@ -341,7 +341,7 @@ a.mw-selflink {
.mw-editsection {
font-family: @fonts;
.background-image-svg( 'images/pencil-grey.svg', 'images/pencil-grey.png' );
background-image: url( images/pencil-grey.svg );
background-repeat: no-repeat;
background-position: left bottom;
padding-left: 20px;
@ -385,7 +385,7 @@ div.magnify a {
width: 20px;
height: 20px;
margin: 0 0 0.5em 0.5em;
.background-image-svg( 'images/magnify-ltr.svg', 'images/magnify-ltr.png' );
background-image: url( images/magnify-ltr.svg );
}
/* Subtitle area

@ -109,7 +109,7 @@ div.mw-notification-area {
font-family: @fonts-secondary;
font-weight: normal;
font-size: 1.25em;
.background-image-svg( 'images/user-grey.svg', 'images/user-grey.png' );
background-image: url( images/user-grey.svg );
background-position: left 7px;
background-repeat: no-repeat;

@ -115,13 +115,13 @@
#user-tools h2 {
right: @content-padding + 0.75em;
.background-image-svg( 'images/user-large-grey.svg', 'images/user-large-grey.png' );
background-image: url( images/user-large-grey.svg );
}
#site-navigation {
h2 {
left: @content-padding;
.background-image-svg( 'images/menu-large-grey.svg', 'images/menu-large-grey.png' );
background-image: url( images/menu-large-grey.svg );
}
.sidebar-inner {
@ -132,7 +132,7 @@
#site-tools h2 {
right: @content-padding + 4.5em;
.background-image-svg( 'images/gear-large-grey.svg', 'images/gear-large-grey.png' );
background-image: url( images/gear-large-grey.svg );
}
/* Logo */
@ -179,12 +179,12 @@ h1.firstHeading {
}
#ca-more span {
.background-image-svg( 'images/gear-grey.svg', 'images/gear-grey.png' );
background-image: url( images/gear-grey.svg );
background-repeat: no-repeat;
}
#ca-languages span {
.background-image-svg( 'images/languages-grey.svg', 'images/languages-grey.png' );
background-image: url( images/languages-grey.svg );
background-repeat: no-repeat;
}

Loading…
Cancel
Save