20after4 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/379825 )

Change subject: Consolodate duplicate css rules.
......................................................................

Consolodate duplicate css rules.

I really shoud not have merged I30e0642d3cb93c4d9a8b2bdfb7f04912d8ca8649
without getting this fixed first.

Bug: T56919
Change-Id: I870591e63b89f05d7e3714081340c76dcf9f55ac
---
M components/watchstar.less
1 file changed, 1 insertion(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/25/379825/1

diff --git a/components/watchstar.less b/components/watchstar.less
index cdea9bc..1c9f21a 100644
--- a/components/watchstar.less
+++ b/components/watchstar.less
@@ -15,28 +15,24 @@
        height: 0;
        overflow: hidden;
        background-position: 5px 60%;
+       background-repeat: no-repeat;
 }
 #ca-unwatch.icon a {
-       background-repeat: no-repeat;
        .background-image-svg( 'images/unwatch-icon.svg', 
'images/unwatch-icon.png' );
 }
 #ca-watch.icon a {
-       background-repeat: no-repeat;
        .background-image-svg( 'images/watch-icon.svg', 'images/watch-icon.png' 
);
 }
 #ca-unwatch.icon a:hover,
 #ca-unwatch.icon a:focus {
-       background-repeat: no-repeat;
        .background-image-svg( 'images/unwatch-icon-hl.svg', 
'images/unwatch-icon-hl.png' );
 }
 #ca-watch.icon a:hover,
 #ca-watch.icon a:focus {
-       background-repeat: no-repeat;
        .background-image-svg( 'images/watch-icon-hl.svg', 
'images/watch-icon-hl.png' );
 }
 #ca-unwatch.icon a.loading,
 #ca-watch.icon a.loading {
-       background-repeat: no-repeat;
        .background-image-svg( 'images/watch-icon-loading.svg', 
'images/watch-icon-loading.png' );
        .rotation( 700ms );
        /* Suppress the hilarious rotating focus outline on Firefox */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I870591e63b89f05d7e3714081340c76dcf9f55ac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: 20after4 <[email protected]>

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

Reply via email to