summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-07 04:19:39 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-07 04:19:39 +0500
commitab36656830a0af0f1a0d2aa6e44bd91b750781c2 (patch)
treeec097f2e84b71f9923d92ea0d895eeb6701afee0 /web/sass-files/sass/partials/_responsive.scss
parent98bdaa04f53c432a62fc56d392255d27ae1bf35c (diff)
downloadchat-ab36656830a0af0f1a0d2aa6e44bd91b750781c2.tar.gz
chat-ab36656830a0af0f1a0d2aa6e44bd91b750781c2.tar.bz2
chat-ab36656830a0af0f1a0d2aa6e44bd91b750781c2.zip
Fixing before after hover for date/new separator
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss8
1 files changed, 6 insertions, 2 deletions
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;
+ }
}
}
}