Commit 68ba8ece by Syed Hasan raza

Merge pull request #11199 from edx/shr/bug/TNL-2699-circuit-schematic-builder-problem-status

Indicator-container div apply to status
parents dfbcd84e e630fba9
......@@ -16,7 +16,8 @@
/>
<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>
</div>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment