Santhosh has uploaded a new change for review.

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

Change subject: Dashboard: Reduce vertical padding for sidebar links
......................................................................

Dashboard: Reduce vertical padding for sidebar links

Having a 30px vertical padding was causing wrong link click.

Testplan:
Without this patch move your pointer slowly towards a link and see
which link get focussed. Because of large padding, you will be pointing
wrong link even if your pointer is on another link.

Change-Id: I5b46f92fd3af0fb8abf03b9ad978009606145d85
---
M modules/dashboard/styles/ext.cx.dashboard.less
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/modules/dashboard/styles/ext.cx.dashboard.less 
b/modules/dashboard/styles/ext.cx.dashboard.less
index 9f2ff0b..ab53784 100644
--- a/modules/dashboard/styles/ext.cx.dashboard.less
+++ b/modules/dashboard/styles/ext.cx.dashboard.less
@@ -73,7 +73,7 @@
        &__link:visited {
                color: #2460cf;
                font-size: 14px;
-               padding: 30px 40px;
+               padding: 10px 40px;
                background-position: center left;
                background-repeat: no-repeat;
                background-size: 20px;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b46f92fd3af0fb8abf03b9ad978009606145d85
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to