Vector: Don't supress focus outline on watch star
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 6 May 2014 00:40:51 +0000 (02:40 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 6 May 2014 00:40:51 +0000 (02:40 +0200)
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

index b76a825..2c38516 100644 (file)
@@ -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 */