Merging explore-redesign branch into develop for Explore July release #7
|
@ -8,9 +8,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div aria-expanded="false">
|
<div aria-expanded="false">
|
||||||
<div>
|
<div>
|
||||||
<div class = "uk-animation-fade filterItem searchFilterItem uk-text-small">
|
<div class="uk-animation-fade uk-text-small">
|
||||||
<div class="searchFilterBoxValues ">
|
<div>
|
||||||
<div #input class="uk-width-4-5" input [formInput]="rangeForm" type="year-range" [yearRange]="yearRange" [extendEnter]="onEnter" inputClass="flat small">
|
<div #input class="uk-width-4-5" input [formInput]="rangeForm" type="year-range" [yearRange]="yearRange" [extendEnter]="onEnter"
|
||||||
|
inputClass="flat small background">
|
||||||
<div action (click)="yearChanged()" class="action-icon"
|
<div action (click)="yearChanged()" class="action-icon"
|
||||||
[class.disabled]="disabled">
|
[class.disabled]="disabled">
|
||||||
<icon name="chevron_right" [flex]="true"></icon>
|
<icon name="chevron_right" [flex]="true"></icon>
|
||||||
|
|
Loading…
Reference in New Issue