Bug
Bug ID Number | BUG-000168505 |
---|---|
Submitted | June 21, 2024 |
Last Modified | May 21, 2025 |
Applies to | Portal for ArcGIS |
Version found | 10.9.1 |
Operating System | N/A |
Operating System Version | N/A |
Status | As Designed |
Remove the inline SVG tags from the code, for example:
From:
<button class="accordion btn btn-sm btn-link" style="color: #ffffff;" data-target="#accordion-1644425725154" aria-labelledby="accordion-1644425725154-title">
<b><svg style='fill:#ffffff'>
<title>Menu Lateral</title>
<use xlink:href='#ember-arcgis-hub-components-hub-icons-angle-up'></use>
</svg>
</b></button>
To:
<button style="color: #ffffff; background-color: transparent; border: none; box-shadow: none;">
<b>▲</b>
</button>
Bug ID: BUG-000168505
Software:
Get help from ArcGIS experts
Download the Esri Support App