JGonera has submitted this change and it was merged.

Change subject: Bug 48758: Remove left rag hover effect
......................................................................


Bug 48758: Remove left rag hover effect

With page images and a large add photo image this is no longer
needed.

Change-Id: I8821c747bb14b52c1945f3e10e1f62cd77152a11
---
M less/specials/watchlist.less
M stylesheets/specials/watchlist.css
2 files changed, 2 insertions(+), 7 deletions(-)

Approvals:
  JGonera: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/less/specials/watchlist.less b/less/specials/watchlist.less
index 234bcb9..de6ca8c 100644
--- a/less/specials/watchlist.less
+++ b/less/specials/watchlist.less
@@ -27,7 +27,6 @@
 
 @thumbWidth: 70px;
 @thumbSpace: @thumbWidth + 15px;
-@ragWidth: 8px;
 
 .listThumb {
        background-repeat: no-repeat;
@@ -66,13 +65,11 @@
                        position: relative;
                        padding: 0 @contentMarginRight @articleListPaddingTop 
@contentMarginLeft;
                        margin: -1px 0;
-                       border-left: @ragWidth solid transparent;
                        /* FIXME: remove if we reset text-decoration in common 
styles */
                        text-decoration: none;
                }
 
                a:active {
-                       border-left-color: #3366bb;
                        .background-alpha(232, 232, 233, .5);
                }
 
@@ -113,7 +110,7 @@
 ul.a-to-z {
        li {
                a.title {
-                       padding-left: (@thumbSpace - @ragWidth);
+                       padding-left: @thumbSpace;
                }
        }
 }
diff --git a/stylesheets/specials/watchlist.css 
b/stylesheets/specials/watchlist.css
index 3e27574..5111116 100644
--- a/stylesheets/specials/watchlist.css
+++ b/stylesheets/specials/watchlist.css
@@ -62,13 +62,11 @@
   position: relative;
   padding: 0 23px 15px 23px;
   margin: -1px 0;
-  border-left: 8px solid transparent;
   /* FIXME: remove if we reset text-decoration in common styles */
 
   text-decoration: none;
 }
 ul.mw-mf-watchlist-results li a:active {
-  border-left-color: #3366bb;
   background: #e8e8e9;
   background: rgba(232, 232, 233, 0.5);
 }
@@ -103,7 +101,7 @@
   margin: .5em 0 0;
 }
 ul.a-to-z li a.title {
-  padding-left: 77px;
+  padding-left: 85px;
 }
 .mw-mf-user {
   padding: 1px 0 0 20px;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8821c747bb14b52c1945f3e10e1f62cd77152a11
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[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