Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing spaces from CSS
  • Loading branch information
lindsayevans committed Apr 24, 2012
1 parent 981d6b0 commit 0d16b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outline.js
Expand Up @@ -22,7 +22,7 @@

// Using mousedown instead of mouseover, so that previously focused elements don't lose focus ring on mouse move
add_event_listener('mousedown', function(){
set_css('a { outline: none; }');
set_css('a{outline:none}');
});

add_event_listener('keydown', function(){
Expand Down

0 comments on commit 0d16b1e

Please sign in to comment.