Remove extraneous outline from compact view as well.

This commit is contained in:
Neil Williams
2012-12-17 20:49:30 -08:00
parent c053d82883
commit 86e4532140
2 changed files with 2 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ body[orient="landscape"] > #topbar > h1 { margin-left: -125px; width: 250px; }
/*Things*/
/*Arrows*/
.link .arrow, .comment .arrow, .message .arrow { width: 28px; height: 28px; cursor: pointer; display: block; margin: 1px auto 0px; }
.link .arrow, .comment .arrow, .message .arrow { width: 28px; height: 28px; cursor: pointer; display: block; margin: 1px auto 0px; outline: none; }
.link .arrow.up, .comment .arrow.up, .message .arrow.up { background-image: url("../compact/upvote.png"); /*SPRITE*/ }
.link .arrow.down, .comment .arrow.down, .message .arrow.down { background-image: url("../compact/downvote.png"); /*SPRITE*/ }
.link .arrow.upmod, .comment .arrow.upmod, .message .arrow.upmod { background-image: url("../compact/upvote-active.png"); /*SPRITE*/ }

View File

@@ -488,6 +488,7 @@ body[orient="landscape"] > #topbar > h1 {
cursor: pointer;
display: block;
margin: 1px auto 0px;
outline: none;
//Unvoted
&.up {