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

fix(minimap): disable minimap for ArcGIS base map #357

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

mspivak-actionengine
Copy link
Collaborator

No description provided.

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-357.d3nof3l3x2sso4.amplifyapp.com

@dsavinov-actionengine
Copy link

@belom88 please review

width: 28px;
height: 18px;
`;
const color_control_disabled = "#808080";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to colors.ts. I would name it dim_canvas_tertiary. Make sure it looks good on the light theme

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

return (
<Switch>
<Switch disabled={disabled}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disabled button should not react on hover

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@mspivak-actionengine mspivak-actionengine merged commit e4d59eb into basemaps Feb 29, 2024
3 checks passed
@mspivak-actionengine mspivak-actionengine deleted the ms/disable-minimap-arcgis branch February 29, 2024 11:32
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

Successfully merging this pull request may close these issues.

3 participants