.comment__action { font-size: 14px; vertical-align: middle; cursor: pointer; user-select: none; color: #259C9A; &:hover { color: #31c7c5; } &:focus { outline: none; } + .comment__action { margin-left: 8px; } + .comment__controls { &::before { content: '•'; margin-left: 8px; margin-right: 8px; color: #777; } } }