From ab36656830a0af0f1a0d2aa6e44bd91b750781c2 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 7 Jul 2015 04:19:39 +0500 Subject: Fixing before after hover for date/new separator --- web/sass-files/sass/partials/_responsive.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'web/sass-files/sass/partials/_responsive.scss') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index a7927134e..9faa9dc67 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -210,10 +210,14 @@ #post-list { .date-seperator, .new-separator { &.hovered--after { - background: none; + &:before { + background: none; + } } &.hovered--before { - background: none; + &:after { + background: none; + } } } } -- cgit v1.2.3-1-g7c22