Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/239113

Change subject: Fix background color of the small arrow when hovering item
......................................................................

Fix background color of the small arrow when hovering item

Change-Id: I4381300d259ba667c2b7e66674524c832d02b933
---
M modules/dashboard/styles/ext.cx.lists.common.less
M modules/dashboard/styles/ext.cx.translationlist.less
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/13/239113/1

diff --git a/modules/dashboard/styles/ext.cx.lists.common.less 
b/modules/dashboard/styles/ext.cx.lists.common.less
index 4790d29..bdfa2e3 100644
--- a/modules/dashboard/styles/ext.cx.lists.common.less
+++ b/modules/dashboard/styles/ext.cx.lists.common.less
@@ -7,6 +7,10 @@
        cursor: pointer;
        &:hover {
                background-color: #eff3fb;
+
+               .cx-tlitem__languages__language--source:after {
+                       border-left-color: #eff3fb;
+               }
        }
 }
 
diff --git a/modules/dashboard/styles/ext.cx.translationlist.less 
b/modules/dashboard/styles/ext.cx.translationlist.less
index 7523b23..5917997 100644
--- a/modules/dashboard/styles/ext.cx.translationlist.less
+++ b/modules/dashboard/styles/ext.cx.translationlist.less
@@ -145,10 +145,6 @@
        }
 }
 
-.cx-tlitem__languages .cx-tlitem__languages__language--source:after {
-       border-left-color: #EFF3FB;
-}
-
 .cx-draft-discard-dialog {
        .mw-ui-item;
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4381300d259ba667c2b7e66674524c832d02b933
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

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

Reply via email to