The locally served calendar_today icon doesn't look good in buttons
(like the date-select and datetime-select component buttons). But the
event icon looks very similar, and doesn't have the same negative
effects when placed in buttons.
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
<button class="btn btn-outline-secondary" [disabled]="disabled"
(click)="datePicker.toggle()" type="button">
<span title="Select Date" i18n-title
- class="material-icons mat-icon-in-button">calendar_today</span>
+ class="material-icons mat-icon-in-button">event</span>
</button>
</div>
</div>
<div class="input-group-btn">
<button class="btn btn-primary" ngbDropdownToggle
aria-label="Select date and time" i18n-aria-label>
- <span class="material-icons mat-icon-in-button">calendar_today</span>
+ <span class="material-icons mat-icon-in-button">event</span>
</button>
</div>
<div ngbDropdownMenu>