[Library | explore-redesign]: Added/ updated how filters appear in mobile screens | Updated search forms.
1. general.less: Added fixed position for .filters-toggle-button. 2. newSearchPage.component.html: Added floating button for filters in mobile screens. 3. advancedSearchForm.component.html: Re-introduced commented out <entities-selection> inside <advanced-search-input> | Removed iconPosition and commented button for filters inside search form. 4. home.module.ts: Imported SearchInputModule. 5. home.component.html: Replaced <advanced-search-input> with <div search-input> 6. searchDataProviders.component.ts: Set entitiesSelection to false for <new-search-page> 7. newSearchPage.component.ts & searchAll.component.html: Set entitiesSelection to false for <advanced-search-form>
This commit is contained in:
parent
2cf37e1371
commit
7d6932d363
|
@ -329,6 +329,13 @@ a:hover .text-usage-counts-hover:extend(.uk-text-background) {
|
|||
}
|
||||
}
|
||||
|
||||
.filters-toggle-button {
|
||||
position: fixed;
|
||||
bottom: 5vh;
|
||||
right: 5vw;
|
||||
z-index: @global-z-index - 20;
|
||||
}
|
||||
|
||||
@inverse-general-custom-external-color: @global-inverse-color;
|
||||
|
||||
.hook-inverse() {
|
||||
|
|
Loading…
Reference in New Issue