From 678b4d55472bf7e6ffb3dd701c2c3daa3ca784ee Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 6 May 2014 02:40:51 +0200 Subject: [PATCH] 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 --- skins/vector/components/watchstar.less | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.20.1