Files
remark42/web/app/components/comment/__action/comment__action.scss
T

24 lines
313 B
SCSS

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