mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-27 09:41:01 +00:00
Remove .background-size()
mixin usage
Removing deprecated LESS `.background-size()` mixin calls. Bug: T219956 Change-Id: I2602fb46b3ae757ad2f1653ff3862fbc59adfc9c
This commit is contained in:
parent
3b7728f7cf
commit
1fc22a3892
|
@ -117,7 +117,6 @@
|
|||
.background-image-svg( 'noimage.svg', 'noimage.png' );
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
.background-size( 100%, 100% );
|
||||
background-size: cover;
|
||||
float: left;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue