Bartosz Dziewoński has uploaded a new change for review.
https://gerrit.wikimedia.org/r/133894
Change subject: vector: Suppress watch star focus outline when animating it
......................................................................
vector: Suppress watch star focus outline when animating it
It looks really funny, but that's not the effect we're aiming for.
The star is not supposed to look clickable during the rotation
animation anyway.
Bug: 65434
Change-Id: I3a7c91f5b7df0d70abd532cc234e8aa1bac9e129
---
M skins/vector/components/watchstar.less
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/94/133894/1
diff --git a/skins/vector/components/watchstar.less
b/skins/vector/components/watchstar.less
index 2c38516..1a6d1fc 100644
--- a/skins/vector/components/watchstar.less
+++ b/skins/vector/components/watchstar.less
@@ -34,6 +34,8 @@
#ca-watch.icon a.loading {
.background-image-svg('images/watch-icon-loading.svg',
'images/watch-icon-loading.png');
.rotation(700ms);
+ /* Suppress the hilarious rotating focus outline on Firefox */
+ outline: none;
background-position: 50% 60%;
-webkit-transform-origin: 50% 57%;
transform-origin: 50% 57%;
--
To view, visit https://gerrit.wikimedia.org/r/133894
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a7c91f5b7df0d70abd532cc234e8aa1bac9e129
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits