jenkins-bot has submitted this change and it was merged.

Change subject: Fix toast error message image
......................................................................


Fix toast error message image

Missed the change of image path after move of less/common/ to less/.

Follow up: I08babd5e2340f9b9ea779ee203185819504d0e6c

Change-Id: I5e0ad89cce04b8f56505a3937e69029a55d68974
---
M less/toast.less
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jdlrobson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/less/toast.less b/less/toast.less
index 8a5433d..18af2c9 100644
--- a/less/toast.less
+++ b/less/toast.less
@@ -100,7 +100,7 @@
        //
        // Styleguide 3.2.
        &.error {
-               background-image: url(../images/error.png);
+               background-image: url(images/error.png);
                background-position: 16px 50%;
                background-repeat: no-repeat;
                padding-left: 5%;

-- 
To view, visit https://gerrit.wikimedia.org/r/164411
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5e0ad89cce04b8f56505a3937e69029a55d68974
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Awjrichards <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to