summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
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;
+ }
}
}
}