Merge pull request #11199 from edx/shr/bug/TNL-2699-circuit-schematic-builder-problem-status
Indicator-container div apply to status
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<span id="answer_${id}"></span>
|
<span id="answer_${id}"></span>
|
||||||
<span class="status ${status.classname}" id="status_${id}" aria-describedby="input_${id}">
|
<div class="indicator-container">
|
||||||
|
<span class="status ${status.classname}" id="status_${id}" aria-describedby="input_${id}"></span>
|
||||||
<span class="sr">${status.display_name}</span>
|
<span class="sr">${status.display_name}</span>
|
||||||
</span>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user