Skip to content
Snippets Groups Projects

Issue #3461734: Highlight pattern uses callout class for color_schema

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,7 @@
{% endif %}
{% if color_schema %}
{% set attributes = attributes.addClass('fr-callout--' ~ color_schema) %}
{% set attributes = attributes.addClass('fr-highlight--' ~ color_schema) %}
{% endif %}
{% if text %}
Loading