geoproject-app/public/assets/css
isUnknown f9e9e65712 feat: add element hover label and refactor to use CSS classes
Add visual feedback for hovered elements:
- Display element selector label (e.g., "p", "h1.title") on hover
- Label positioned at top-left of element with 30% opacity

Refactor all hover/selection styles to use CSS classes instead of inline styles:
- .page-hovered, .page-selected for page states
- .element-hovered, .element-selected for element states
- .element-hover-label for the floating label

This improves maintainability and separation of concerns by moving
styling logic to CSS files instead of JavaScript.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 16:26:39 +01:00
..
src refactor: mutualize popup styles into shared SCSS file 2025-12-08 16:17:34 +01:00
pagedjs-interface.css feat: add element hover label and refactor to use CSS classes 2025-12-08 16:26:39 +01:00
style.css refactor: mutualize popup styles into shared SCSS file 2025-12-08 16:17:34 +01:00
style.css.map refactor: mutualize popup styles into shared SCSS file 2025-12-08 16:17:34 +01:00
style.scss refactor: mutualize popup styles into shared SCSS file 2025-12-08 16:17:34 +01:00
stylesheet.css feat: implement TextSettings with reactive CSS editing 2025-12-05 16:18:31 +01:00