File size: 140 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
.comments__comment-actions-approve.components-button {
.gridicon .gridicon-checkmark,
&.is-approved {
color: var(--color-success);
}
}
|
1e92f2d |
1 2 3 4 5 6 7 |
.comments__comment-actions-approve.components-button {
.gridicon .gridicon-checkmark,
&.is-approved {
color: var(--color-success);
}
}
|