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
+1
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;"
+3 -1
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 */
+1
View File
File diff suppressed because one or more lines are too long
-1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -6,8 +6,8 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" crossorigin src="/assets/main-DgA2Ivkz.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-RD4dTpr4.css">
<script type="module" crossorigin src="/assets/main-c5Xb5ImL.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-Dxork-AG.css">
</head>
<body>
</body>