* Revert "Revert "Upgrade Primer CSS to 16 (#18713)""
This reverts commit c01d3e302e.
* Add a hack to handle trashcan icon in translated content
7 lines
310 B
HTML
7 lines
310 B
HTML
{% if item.isDeprecated %}
|
|
<div class="extended-markdown warning border rounded-1 mt-3 mb-4 p-3 color-border-danger color-bg-danger f5">
|
|
<p><b>{% data ui.products.graphql.reference.deprecation_notice %}</b></p>
|
|
<p><code>{{ item.name }}</code> is deprecated. {{ item.deprecationReason }}</p>
|
|
</div>
|
|
{% endif %}
|