[Explore & Library & Common Assets | new-theme]: Updates related to result landing redesign.

1. fos.component.css: Removed rule "mark.highlighted" and ".custom-bottom-border" updated with variables.
2. feedback.component.html: Updated width of email input for small screens.
3. parsingFunctions.class.ts: In "parseAllSubjects()" method, comment otherSubjects and push them in subjects.
4. showIdentifiers.component.ts: Updated classes in <modal-alert>.
5. showSubjects.component.ts: "Subjects by Vocabulary" and "Subjects" separated & view more functionality added in "Subjects".
6. resultLanding.component:
	a. Added button and modal for <addThis> (share in social media).
	b. View more functionality for related organizations.
	c. Graph and feedback section sticky.
	d. Added checks for summary tab and right sidebar.
	e. In small screens made right sidebar offcanvas.
7. resultLanding.module.ts: Updated iconsService.registerIcons to register link, graph, quotes.
8. orcid-work.component.ts: Added visually-hidden in icon buttons for landing | Updated classes in <modal-alert> and use buttons of alert instead of custom.
9. no-load-paging.component.ts: Use new component <results-and-pages> for results and pages number and set uk-flex-right in <paging-no-load> (default is center).
10. cookie-law.css: In ".cookie-law-wrapper" increased z-index from 100 to 1000.
11. showAuthors.component.ts: Removed shadow from search button | Updated classes in <modal-alert>.
12. icons.ts: Added "quotes" svg.
13. alert.ts: Updated modal to have header - body - footer (theme was updated too) | classTitle input set default to "uk-background-primary-opacity" | @Input() overflowBody: boolean = true; added to add overflow in body.
14. paging.module.ts: Added ResultsAndPagesNumComponent in declarations and exports.
15. pagingFormatter.component.ts: Add "uk-invisible" to previous and next buttons instead of hiding them.
16. pagingFormatterNoLoad.component.ts: Add "uk-invisible" to previous and next buttons instead of hiding them | Set customClasses default to "uk-flex-center".
17. tabs.component.ts: Updated margins/ paddings | Added @Input() offsetForSticky:number=0; to compare with the top distance for isSticky.
18. resultsAndPagesNum.component.ts: [NEW] Component to show number of results, number of pages and current page (used in paging).
19. landing-utils.css:
	a. Moved variables in .landing instead of :root.
	b. Added variable --landing-light-color-rgb: var(--light-color-rgb);
	c. Added glass filter in #graph_and_feedback.
	d. Set z-index of #main-tabs-div and #graph_and_feedback to 979 (default 980 caused problems with metrics box).
	e. Added padding-bottom: 80px and margin-top: 80px in .landing-sections.
	f. Added top rule for #right-sidebar-switcher.
	g. Added custom width rules for .landing-left-sidebar-width.
20. css-rules.txt: Added cookie-law-wrapper: 1000 info for z-index
21. explore-custom.css: Added variable --background-primary-rgb: var(--explore-color-rgb);
This commit is contained in:
Konstantina Galouni 2022-04-20 17:40:18 +03:00
parent bd7d3dccb0
commit 104256eefb
4 changed files with 4 additions and 7 deletions

View File

@ -1,8 +1,4 @@
mark.highlighted {
background: #3086ED !important;
color: inherit !important;
}
.custom-bottom-border {
border-bottom: solid 5px rgba(233, 100, 57, 0.3);
border-bottom: solid 5px rgba(var(--explore-color-rgb), var(--opacity));
}

@ -1 +1 @@
Subproject commit 468555a58f5808dbd8b6657ae0360fb7d0d4ab75
Subproject commit 542a34e6077d1e7835500a81669b29e9b465ebb5

View File

@ -8,6 +8,7 @@
--background-primary-image:none;
--background-secondary: var(--grey-color);
--background-secondary-image:none;
--background-primary-rgb: var(--explore-color-rgb);
/*fonts*/
--text-primary-color: var(--explore-color);

@ -1 +1 @@
Subproject commit 21ecbb2b0c207ac7e73dc0dbf158ee07713abe5f
Subproject commit 3b518bbe8d442f0ce798663384ca33084da61009