mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
styles: Remove deprecated .background-image()
mixin call
Also removing mixins import. Bug: T366398 Change-Id: I3aecc142b9c98c1b2f314129898f55c0178fb00f
This commit is contained in:
parent
858f816a3a
commit
60d60aaea8
|
@ -1,5 +1,3 @@
|
|||
@import 'mediawiki.mixins.less';
|
||||
|
||||
/* Add margin between captcha and editform buttons */
|
||||
.fancycaptcha-captcha-container {
|
||||
margin-bottom: 8px;
|
||||
|
@ -18,7 +16,7 @@ layout, for normal CAPTCHA sizes. */
|
|||
}
|
||||
|
||||
.fancycaptcha-reload {
|
||||
.background-image( 'images/refresh.svg' );
|
||||
background-image: url( images/refresh.svg );
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 12px 12px;
|
||||
|
|
Loading…
Reference in a new issue