diff --git a/less/topic.less b/less/topic.less
index 7868504..93620ca 100644
--- a/less/topic.less
+++ b/less/topic.less
@@ -84,6 +84,10 @@
 
 	[component="post/upvote"], [component="post/downvote"] {
 		color: @gray-light;
+        
+        	&:focus {
+            		text-decoration: none;
+        	}
 	}
 
 	[component="post/upvote"].upvoted, [component="post/downvote"].downvoted {
diff --git a/templates/partials/topic/post-menu-list.tpl b/templates/partials/topic/post-menu-list.tpl
index ee342a7..c8490ba 100644
--- a/templates/partials/topic/post-menu-list.tpl
+++ b/templates/partials/topic/post-menu-list.tpl
@@ -39,6 +39,7 @@
 <li role="presentation" class="divider"></li>
 <!-- ENDIF posts.display_moderator_tools -->
 
+<!-- IF !posts.deleted -->
 <li role="presentation">
 	<a component="post/favourite" role="menuitem" tabindex="-1" href="#" data-favourited="{posts.favourited}">
 
@@ -72,4 +73,5 @@
 		[[topic:flag_title]]
 	</a>
 </li>
-<!-- ENDIF !posts.selfPost -->
\ No newline at end of file
+<!-- ENDIF !posts.selfPost -->
+<!-- ENDIF !posts.deleted -->
\ No newline at end of file