Commit 9de3d1b0 authored by Pat Kira's avatar Pat Kira Committed by Robert Lyon
Browse files

Bug 1657559 - Make collapsible indicator in retractable block clickable

Removed inner-link class from the template because it is unnecessary, inner-link class has higher z-index which make it sit on top of the link that toggles the collapsible.

behatnotneeded - styling only

Change-Id: Icc9035515c03ede436a072f43057161581c80321
(cherry picked from commit 55e672dd)
parent 2e811859
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@


            {if $retractable}
            <span class="icon icon-chevron-up collapse-indicator pull-right inner-link" role="presentation" aria-hidden="true"></span>
            <span class="icon icon-chevron-up collapse-indicator pull-right" role="presentation" aria-hidden="true"></span>
            {/if}

        </h3>