[TWIG] Removed all instances were 'arrow-down' icon was called in twig templates, replaced it's intended feedback by using :after pseudo-selector within CSS

In user panel render time reduced dramatically, by ~70ms. Said icon was requested by twig >10 times.
This commit is contained in:
2022-01-12 16:07:28 +00:00
parent 59b8bdf99b
commit 600a1511cb
14 changed files with 188 additions and 117 deletions

View File

@@ -2,7 +2,6 @@
<details class="section-widget-title-details" title="Expand if you want to access more options.">
<summary class="section-title-summary">
<h2>Web Monetization</h2>
{{ icon('arrow-down', 'icon icon-details-open') | raw }}
</summary>
<fieldset class="section-form">
{{ form(the_form) }}