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> <template>
<div <div
class="map-container"
{{this.setupMap}} {{this.setupMap}}
{{this.updateBookmarks}} {{this.updateBookmarks}}
style="position: absolute; inset: 0;" style="position: absolute; inset: 0;"

View File

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

1
dist/assets/main-Dxork-AG.css vendored Normal 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

File diff suppressed because one or more lines are too long

4
dist/index.html vendored
View File

@@ -6,8 +6,8 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" crossorigin src="/assets/main-DgA2Ivkz.js"></script> <script type="module" crossorigin src="/assets/main-c5Xb5ImL.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-RD4dTpr4.css"> <link rel="stylesheet" crossorigin href="/assets/main-Dxork-AG.css">
</head> </head>
<body> <body>
</body> </body>