Fixing before after hover for date/new separator

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

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

@@ -210,13 +210,17 @@
#post-list {
.date-seperator, .new-separator {
&.hovered--after {
&:before {
background: none;
}
}
&.hovered--before {
&:after {
background: none;
}
}
}
}
.post {
&.same--root {
margin-left: 25px;