Update the feature information modal to use the same semi-transparent/glass-panel treatment as the sidebar boxes and map controls.
The modal currently has an opaque dialog background:
.feature-modal-dialog uses background: #fffefb in styles.css.
Sidebar panels use the shared semi-transparent var(--panel), border, shadow, and backdrop blur.
This request follows the existing feature-information work in #9.
Proposed treatment
Use var(--panel) or an equivalent translucent background for .feature-modal-dialog.
Match the sidebar panels' border, blur, radius, and shadow language.
Keep the modal text, close button, and feature details readable over all supported basemaps.
Preserve the darker modal backdrop and existing modal focus/close behavior.
Verify the appearance on desktop and small screens.
Acceptance criteria
The feature information dialog is visibly semi-transparent, with the map/background subtly visible through it.
Its styling is visually consistent with the sidebar panels and map controls.
Text and controls meet the existing contrast/readability expectations.
The modal remains usable when the map is rotated and on narrow screens.
Existing open, close, Escape, and backdrop-click behavior is unchanged.
## Request
Update the feature information modal to use the same semi-transparent/glass-panel treatment as the sidebar boxes and map controls.
The modal currently has an opaque dialog background:
- `.feature-modal-dialog` uses `background: #fffefb` in `styles.css`.
- Sidebar panels use the shared semi-transparent `var(--panel)`, border, shadow, and backdrop blur.
This request follows the existing feature-information work in #9.
## Proposed treatment
- Use `var(--panel)` or an equivalent translucent background for `.feature-modal-dialog`.
- Match the sidebar panels' border, blur, radius, and shadow language.
- Keep the modal text, close button, and feature details readable over all supported basemaps.
- Preserve the darker modal backdrop and existing modal focus/close behavior.
- Verify the appearance on desktop and small screens.
## Acceptance criteria
- The feature information dialog is visibly semi-transparent, with the map/background subtly visible through it.
- Its styling is visually consistent with the sidebar panels and map controls.
- Text and controls meet the existing contrast/readability expectations.
- The modal remains usable when the map is rotated and on narrow screens.
- Existing open, close, Escape, and backdrop-click behavior is unchanged.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Request
Update the feature information modal to use the same semi-transparent/glass-panel treatment as the sidebar boxes and map controls.
The modal currently has an opaque dialog background:
.feature-modal-dialogusesbackground: #fffefbinstyles.css.var(--panel), border, shadow, and backdrop blur.This request follows the existing feature-information work in #9.
Proposed treatment
var(--panel)or an equivalent translucent background for.feature-modal-dialog.Acceptance criteria