mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
legend on day list
This commit is contained in:
parent
d1367ced27
commit
8a22dd85eb
@ -1,6 +1,7 @@
|
||||
<div class="day-list-container">
|
||||
<div class="days-list" [ngClass]="{ 'colored-weekend-days': environment.enable_colored_weekend_days }">
|
||||
<fieldset class="date-choice-container has-no-border" *ngFor="let choice of dateChoices; index as id">
|
||||
<legend class="sr-only">{{ 'dates.element' | translate }} {{ id + 1 }}</legend>
|
||||
<div class="date-choice" [ngClass]="{ 'day-weekend': isWeekendDay(choice.date_input) }">
|
||||
<div class="top">
|
||||
<label class="pull-left" for="dateChoices_{{ id }}" [attr.aria-describedby]="'format-date-' + id">
|
||||
|
Loading…
Reference in New Issue
Block a user