(css) Reset H{1-6} headers

Fixes #4123
This commit is contained in:
Francis Lachapelle
2018-01-17 12:43:06 -05:00
parent 5b711dea8f
commit d4c8f5089b
10 changed files with 57 additions and 52 deletions
@@ -64,13 +64,13 @@
<md-icon>access_time</md-icon>
<div class="md-list-item-text" ng-show="::editor.component.startDate">
<label class="pseudo-input-label"><var:string label:value="Start"/></label>
<h3 ng-bind="::editor.component.localizedStartDate"><!-- start date --></h3>
<h3 ng-hide="editor.component.isAllDay" ng-bind="::editor.component.localizedStartTime"><!-- start time --></h3>
<div ng-bind="::editor.component.localizedStartDate"><!-- start date --></div>
<div ng-hide="editor.component.isAllDay" ng-bind="::editor.component.localizedStartTime"><!-- start time --></div>
</div>
<div class="md-list-item-text" ng-show="::editor.component.dueDate">
<label class="pseudo-input-label"><var:string label:value="Due Date"/></label>
<h3 ng-bind="::editor.component.localizedDueDate"><!-- due date --></h3>
<h3 ng-hide="::editor.component.isAllDay" ng-bind="::editor.component.localizedDueTime"><!-- due time --></h3>
<div ng-bind="::editor.component.localizedDueDate"><!-- due date --></div>
<div ng-hide="::editor.component.isAllDay" ng-bind="::editor.component.localizedDueTime"><!-- due time --></div>
</div>
</md-list-item>
<!-- status -->