From ac574039a6aedb9d5ad4473aa1a80db1baf63985 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 5 Jul 2015 23:04:26 -0700 Subject: [PATCH] get rid of hover styles on mobile show-likes --- app/assets/stylesheets/mobile/topic-post.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 9da264cfe..088378504 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -28,15 +28,10 @@ span.badge-posts { } .show-likes { - margin-left: 0; padding-left: 0; padding-right: 0; font-size: inherit; span.badge-posts {color: scale-color($primary, $lightness: 60%);} - &:hover { - background: dark-light-diff($primary, $secondary, 90%, -65%); - span.badge-posts {color: $primary;} - } i { display: none; }