Skip to content

Commit 0515628

Browse files
authored
docs: use emoji instead of svg for deprecated rule (#16536)
1 parent e76c382 commit 0515628

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/src/_includes/components/rule.macro.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@
2929
<div class="rule__categories">
3030
<span class="visually-hidden">Categories:</span>
3131
{%- if (params.deprecated) or (params.removed) -%}
32-
<p class="rule__categories__type">
33-
<svg width="24" height="24" viewBox="12 12 20 20" fill="none" aria-hidden="true" focusable="false" style="position: relative; right: -1px;">
34-
<path d="M28.5 16L16.5 28M16.5 16L28.5 28" stroke="#F63D68" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
35-
</svg>
36-
</p>
32+
<p class="rule__categories__type"></p>
3733
{%- else -%}
3834
<p class="rule__categories__type" {% if params.categories.recommended == false %}aria-hidden="true" {%- endif -%}>
3935
<span class="visually-hidden">Extends</span>

0 commit comments

Comments
 (0)