Fixing before after hover for date/new separator

Этот коммит содержится в:
Asaad Mahmood
2015-07-07 04:19:39 +05:00
родитель 98bdaa04f5
Коммит ab36656830

Просмотреть файл

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