LP1816475: Change calendar_today icon to event icon
authorJane Sandberg <sandbej@linnbenton.edu>
Wed, 9 Oct 2019 19:25:17 +0000 (12:25 -0700)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 21 Oct 2019 19:43:13 +0000 (15:43 -0400)
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>
Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html
Open-ILS/src/eg2/src/app/share/datetime-select/datetime-select.component.html

index 80f0188..f137beb 100644 (file)
@@ -23,7 +23,7 @@
       <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>
index 3b931e9..f25e29a 100644 (file)
@@ -17,7 +17,7 @@
   <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>