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

Change subject: Fix the PNG image path for list modules
......................................................................


Fix the PNG image path for list modules

Bug: T112968
Change-Id: I1ac3f7186f074c7cd2f70d2ae5f58624dc897012
---
M modules/dashboard/styles/ext.cx.lists.common.less
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/modules/dashboard/styles/ext.cx.lists.common.less 
b/modules/dashboard/styles/ext.cx.lists.common.less
index 4790d29..ee36e8b 100644
--- a/modules/dashboard/styles/ext.cx.lists.common.less
+++ b/modules/dashboard/styles/ext.cx.lists.common.less
@@ -5,6 +5,7 @@
        background-color: #fff;
        border-top: 1px solid #ddd;
        cursor: pointer;
+
        &:hover {
                background-color: #eff3fb;
        }
@@ -87,7 +88,7 @@
                width: 100px;
 
                &:empty {
-                       
.background-image-svg('../../tools/images/link_lightgray.svg', 
'../images/link_lightgray.png');
+                       
.background-image-svg('../../tools/images/link_lightgray.svg', 
'../../tools/images/link_lightgray.png');
                        background-repeat: no-repeat;
                        background-color: #fbfbfb;
                        background-position: center center;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1ac3f7186f074c7cd2f70d2ae5f58624dc897012
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to