Skip to content

Commit

Permalink
docs: expand on removal todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenk committed Aug 31, 2023
1 parent 1510f00 commit de41f44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h6 id="oa_editor_window_title" class="title modal_window_title" >{% trans "Open
<a href="#oa_schedule_editor_wrapper">
<span class="validation-warning" aria-label="">{% include 'openassessmentblock/icons/warning_filled.html' %}</span>
{% trans "Schedule" %}
{# TODO: Remove this in AU-1433 #}
{# TODO: Remove this in AU-1433 when the "new" icons are no longer desired #}
<span class="icon fa fa-exclamation-circle" aria-hidden="true"></span>
</a>
<span class="sr-only tab-error-count"></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="list-input settings-list">
<div id="openassessment_date_config_radio" class="openassessment_date_config_radio_container field comp-setting-entry">
<h3 class="date_config_radio_header">{% trans "Select a deadline configuration option" %}</h3>
{# TODO: Remove this in AU-1433 #}
{# TODO: Remove this in AU-1433 when the "new" icons are no longer desired #}
<span id="dates_config_new_badge">{% trans "NEW" %}</span>
<br/>
<div class="openassessment_date_config_radio_wrapper">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@
}
}

// TODO: Remove this in AU-1433
// TODO: Remove this in AU-1433 when the "new" icons are no longer desired
.date_config_radio_header {
display: inline;
}
Expand Down

0 comments on commit de41f44

Please sign in to comment.