TheDJ has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/370849 )

Change subject: Make sure watchlist and overlay buttons have pointer cursor
......................................................................

Make sure watchlist and overlay buttons have pointer cursor

Bug: T145493
Change-Id: I88c70fa9729bd6a5088bf2a1d5eb11355b2b7c71
---
M resources/mobile.startup/Overlay.less
M resources/mobile.watchstar/watchstar.less
2 files changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/49/370849/1

diff --git a/resources/mobile.startup/Overlay.less 
b/resources/mobile.startup/Overlay.less
index 3cd1831..07a0a51 100644
--- a/resources/mobile.startup/Overlay.less
+++ b/resources/mobile.startup/Overlay.less
@@ -213,6 +213,10 @@
                }
        }
 
+       button {
+               cursor: pointer;
+       }
+
        .continue {
                background-color: @colorProgressive;
                color: #fff;
diff --git a/resources/mobile.watchstar/watchstar.less 
b/resources/mobile.watchstar/watchstar.less
index c837b7f..2d4e2d3 100644
--- a/resources/mobile.watchstar/watchstar.less
+++ b/resources/mobile.watchstar/watchstar.less
@@ -2,6 +2,7 @@
 
 .animations {
        .watch-this-article {
+               cursor: pointer;
                .transition-transform( 0.5s );
                &.watched {
                        .transform( rotate( 72deg ) );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I88c70fa9729bd6a5088bf2a1d5eb11355b2b7c71
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: TheDJ <hartman.w...@gmail.com>

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

Reply via email to