Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Research] OUI Compliance audit of the maps_legacy plugin #4086 #4590

Closed
miamia1999 opened this issue Jul 19, 2023 · 1 comment
Closed

[Research] OUI Compliance audit of the maps_legacy plugin #4086 #4590

miamia1999 opened this issue Jul 19, 2023 · 1 comment
Assignees

Comments

@miamia1999
Copy link
Contributor

miamia1999 commented Jul 19, 2023

Audit

In the maps_legacy plugin, there are 3 SASS files, namely _leaflet_overrides.scss, _legend.scss and index.scss

index.scss
This SASS file has 2 import statements of the _legend.scss and _leaflet_overrides.scss files.

_leaflet_overrides.scss

This is a SCSS (SASS) code block which is primarily used for styling Leaflet map components. Leaflet is an open-source JavaScript library used for interactive maps.
leaflet_p1
leaflet_p2
leaflet_p3

Overall, these styles are used to make the Leaflet map components fit in with the rest of the EUI (Elastic UI) style framework.

_legend.scss

This CSS/SCSS code is defining styles for specific elements in a map UI.

.visMapLegend:
legend_p1

.i:
legend_p3

.visMapLegend__title:
legend_p4

.visMapLegend__wrapper:
legend_p2

In summary, this code is defining styles for a map legend and its components, including the legend title and the legend symbols. The legend is stylized with a specific font, color, padding, and background, and the symbols within the legend are displayed as small, inline circular objects.

@joshuarrrr
Copy link
Member

Thanks @miamia1999 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants