From: Timo Tijhof Date: Tue, 6 May 2014 00:40:51 +0000 (+0200) Subject: Vector: Don't supress focus outline on watch star X-Git-Tag: 1.31.0-rc.0~15872 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=678b4d55472bf7e6ffb3dd701c2c3daa3ca784ee;p=lhc%2Fweb%2Fwiklou.git Vector: Don't supress focus outline on watch star This is an old remnant that was intended to remove outline from images inside anchor links. However the watch star is no longer implemented this way and this is doing nothing. Except when the element is focussed (using keyboard tab index), then this rule is overriding the default :focus and causing the user to potentially get confused since it is no longer clear where the focus has gone to. Bug: 64934 Change-Id: I57ee089c1ae18bb7a6c55ae17eab3a06f9e1f7d2 --- diff --git a/skins/vector/components/watchstar.less b/skins/vector/components/watchstar.less index b76a825d91..2c38516515 100644 --- a/skins/vector/components/watchstar.less +++ b/skins/vector/components/watchstar.less @@ -5,7 +5,6 @@ #ca-watch.icon a { margin: 0; padding: 0; - outline: none; display: block; width: 26px; /* This hides the text but shows the background image */