From: Bartosz DziewoƄski Date: Sat, 17 May 2014 13:46:23 +0000 (+0200) Subject: vector: Suppress watch star focus outline when animating it X-Git-Tag: 1.31.0-rc.0~15659^2~1 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=b3456db703ef66f3df5608fc8f2301b9273d2a9e;p=lhc%2Fweb%2Fwiklou.git 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 --- diff --git a/skins/vector/components/watchstar.less b/skins/vector/components/watchstar.less index 2c38516515..1a6d1fcf2e 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%;