Removed erroneous :after pseudo-element

This commit is contained in:
James Brooks
2015-08-25 21:26:22 +01:00
parent bf4ebcde45
commit ba558e69a3

View File

@@ -135,16 +135,6 @@ body.status-page {
// height: 130%;
top: -5px;
}
&:after {
content: '';
position: absolute;
left: 23px;
top: -20px;
width: 7px;
height: 7px;
background: $cachet_gray_light;
border-radius: 50%;
}
}
&:before {
content: '';