azure-maps-control 2.2.3 → 2.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/atlas-core-bare-snr.js +448 -93
- package/dist/atlas-core-bare.js +623 -139
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +448 -93
- package/dist/atlas-core.js +623 -139
- package/dist/atlas-core.min.js +1 -1
- package/dist/atlas.css +4 -28
- package/dist/atlas.js +623 -139
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +1 -1
- package/package.json +1 -1
- package/typings/index.d.ts +4 -0
package/dist/atlas.css
CHANGED
|
@@ -1062,45 +1062,21 @@ a.azure-map-copyright[href]:hover {
|
|
|
1062
1062
|
.azure-maps-control-list-button.expanded img {
|
|
1063
1063
|
margin-inline-end: 16px;
|
|
1064
1064
|
}
|
|
1065
|
-
.tooltiptext.dark {
|
|
1066
|
-
background-color: #555;
|
|
1067
|
-
color: #fff;
|
|
1068
|
-
border: 1px #fff solid;
|
|
1069
|
-
}
|
|
1070
|
-
.tooltiptext.win.chrome {
|
|
1071
|
-
color: #4f5053;
|
|
1072
|
-
}
|
|
1073
|
-
.tooltiptext.dark.win.chrome {
|
|
1074
|
-
background-color: #292a2d;
|
|
1075
|
-
color: #c7cbd1;
|
|
1076
|
-
border: 1px #c7cbd1 solid;
|
|
1077
|
-
}
|
|
1078
1065
|
.tooltiptext.win.firefox {
|
|
1079
1066
|
border: none;
|
|
1080
1067
|
border-radius: 2px;
|
|
1081
|
-
color: #000;
|
|
1082
|
-
background-color: #fff;
|
|
1083
1068
|
}
|
|
1084
1069
|
.tooltiptext.mac {
|
|
1085
|
-
border: 0.3px
|
|
1070
|
+
border: 0.3px ButtonText solid;
|
|
1086
1071
|
border-radius: 1px;
|
|
1087
|
-
background-color: #dfdde3;
|
|
1088
|
-
padding: 0 6px;
|
|
1089
|
-
font-size: 0.86em;
|
|
1090
|
-
color: #3f3f3f;
|
|
1091
|
-
}
|
|
1092
|
-
.tooltiptext.mac.dark {
|
|
1093
|
-
border: 0.3px #656469 solid;
|
|
1094
|
-
border-radius: 1px;
|
|
1095
|
-
background-color: #302f32;
|
|
1096
1072
|
padding: 0 6px;
|
|
1097
1073
|
font-size: 0.86em;
|
|
1098
1074
|
}
|
|
1099
1075
|
* + .tooltiptext {
|
|
1100
1076
|
visibility: hidden;
|
|
1101
|
-
background-color:
|
|
1102
|
-
color:
|
|
1103
|
-
border: 1px
|
|
1077
|
+
background-color: ButtonFace;
|
|
1078
|
+
color: ButtonText;
|
|
1079
|
+
border: 1px ButtonText solid;
|
|
1104
1080
|
text-align: center;
|
|
1105
1081
|
white-space: nowrap;
|
|
1106
1082
|
padding: 0 6px;
|