Skip to content

Commit 937fd70

Browse files
committed
Changed the style for 'recuse' from 'default' to 'primary' colour.
- Legacy-Id: 10583
1 parent 527a1dd commit 937fd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/templatetags/ietf_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def pos_to_label(text):
537537
'Abstain': 'warning',
538538
'Discuss': 'danger',
539539
'Block': 'danger',
540-
'Recuse': 'default',
540+
'Recuse': 'primary',
541541
}.get(str(text), 'blank')
542542

543543
@register.filter

0 commit comments

Comments
 (0)