Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/explore-services into new-theme
This commit is contained in:
commit
a32e7f0433
|
@ -37,15 +37,21 @@
|
||||||
<div class="uk-padding-small">
|
<div class="uk-padding-small">
|
||||||
<div class="uk-margin-small-bottom">Search results for:</div>
|
<div class="uk-margin-small-bottom">Search results for:</div>
|
||||||
<span class="uk-display-inline-block">
|
<span class="uk-display-inline-block">
|
||||||
<a [attr.uk-tooltip]="'Remove'" (click)="clearKeyword()" class="uk-link-reset">
|
<span class="uk-label uk-label-primary uk-flex uk-flex-middle">
|
||||||
|
<span class="uk-margin-small-right uk-width-expand uk-text-truncate">{{keyword}}</span>
|
||||||
|
<!-- <icon class="uk-text-muted" name="close" flex="true" ratio="0.7"></icon> -->
|
||||||
|
<button class="uk-close uk-icon" [attr.uk-tooltip]="'Remove'" (click)="clearKeyword()">
|
||||||
|
<icon name="close" flex="true" ratio="0.7"></icon>
|
||||||
|
</button>
|
||||||
|
</span>
|
||||||
|
<!-- <a [attr.uk-tooltip]="'Remove'" (click)="clearKeyword()" class="uk-link-reset">
|
||||||
<span class="uk-label uk-label-primary uk-flex uk-flex-middle">
|
<span class="uk-label uk-label-primary uk-flex uk-flex-middle">
|
||||||
<span class="uk-margin-small-right uk-width-expand">{{keyword}}</span>
|
<span class="uk-margin-small-right uk-width-expand">{{keyword}}</span>
|
||||||
<!-- <icon class="uk-text-muted" name="close" flex="true" ratio="0.7"></icon> -->
|
|
||||||
<button class="uk-close uk-icon">
|
<button class="uk-close uk-icon">
|
||||||
<icon name="close" flex="true" ratio="0.7"></icon>
|
<icon name="close" flex="true" ratio="0.7"></icon>
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a> -->
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
Loading…
Reference in New Issue