Merge pull request #1003 from coralproject/fix-edited-marker

Fix styling of edited marker
This commit is contained in:
Kim Gardner
2017-10-03 16:36:32 +01:00
committed by GitHub
@@ -45,6 +45,12 @@
border-left: 3px solid rgb(35,118,216);
}
.bylineSecondary {
display: flex;
color: #696969;
font-size: 12px;
}
.pendingComment {
filter: blur(2px);
pointer-events: none;