Remove tap highlight colors
This commit is contained in:
@@ -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;"
|
||||||
|
|||||||
@@ -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
1
dist/assets/main-Dxork-AG.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/assets/main-RD4dTpr4.css
vendored
1
dist/assets/main-RD4dTpr4.css
vendored
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
4
dist/index.html
vendored
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user