Fixing before after hover for date/new separator

This commit is contained in:
Asaad Mahmood
2015-07-07 04:19:39 +05:00
parent 98bdaa04f5
commit ab36656830

View File

@@ -210,10 +210,14 @@
#post-list {
.date-seperator, .new-separator {
&.hovered--after {
background: none;
&:before {
background: none;
}
}
&.hovered--before {
background: none;
&:after {
background: none;
}
}
}
}