Remove tap highlight colors

This commit is contained in:
2026-01-19 17:02:36 +07:00
parent 1f43cc92ef
commit 001e9f468e
7 changed files with 9 additions and 6 deletions

View File

@@ -491,6 +491,7 @@ export default class MapComponent extends Component {
<template>
<div
class="map-container"
{{this.setupMap}}
{{this.updateBookmarks}}
style="position: absolute; inset: 0;"

View File

@@ -15,8 +15,10 @@ body {
}
/* Ensure map container has a visible background while tiles load */
[style*='position: absolute; inset: 0;'] {
.map-container {
background: #f8f9fa;
-webkit-tap-highlight-color: transparent;
outline: none; /* Prevent focus outline on click */
}
/* Ensure RS widget is above the map */