UX: Add a class we can use to target quotes without groups

This commit is contained in:
Robin Ward 2018-04-02 13:50:15 -04:00
parent 00d879ec63
commit 90d3544db8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const rule = {
if (primaryGroupName && primaryGroupName.length !== 0) {
token.attrs.push(['class', `quote group-${primaryGroupName}`]);
} else {
token.attrs.push(['class', 'quote']);
token.attrs.push(['class', 'quote no-group']);
}
if (postNumber) {