azure-maps-control 3.0.0-preview.2 → 3.0.0-preview.4

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.css CHANGED
@@ -1066,45 +1066,21 @@
1066
1066
  .atlas-map .azure-maps-control-list-button.expanded img {
1067
1067
  margin-inline-end: 16px;
1068
1068
  }
1069
- .atlas-map .tooltiptext.dark {
1070
- background-color: #555;
1071
- color: #fff;
1072
- border: 1px #fff solid;
1073
- }
1074
- .atlas-map .tooltiptext.win.chrome {
1075
- color: #4f5053;
1076
- }
1077
- .atlas-map .tooltiptext.dark.win.chrome {
1078
- background-color: #292a2d;
1079
- color: #c7cbd1;
1080
- border: 1px #c7cbd1 solid;
1081
- }
1082
1069
  .atlas-map .tooltiptext.win.firefox {
1083
1070
  border: none;
1084
1071
  border-radius: 2px;
1085
- color: #000;
1086
- background-color: #fff;
1087
1072
  }
1088
1073
  .atlas-map .tooltiptext.mac {
1089
- border: 0.3px #d9d6cc solid;
1074
+ border: 0.3px ButtonText solid;
1090
1075
  border-radius: 1px;
1091
- background-color: #dfdde3;
1092
- padding: 0 6px;
1093
- font-size: 0.86em;
1094
- color: #3f3f3f;
1095
- }
1096
- .atlas-map .tooltiptext.mac.dark {
1097
- border: 0.3px #656469 solid;
1098
- border-radius: 1px;
1099
- background-color: #302f32;
1100
1076
  padding: 0 6px;
1101
1077
  font-size: 0.86em;
1102
1078
  }
1103
1079
  .atlas-map * + .tooltiptext {
1104
1080
  visibility: hidden;
1105
- background-color: #fff;
1106
- color: black;
1107
- border: 1px black solid;
1081
+ background-color: ButtonFace;
1082
+ color: ButtonText;
1083
+ border: 1px ButtonText solid;
1108
1084
  text-align: center;
1109
1085
  white-space: nowrap;
1110
1086
  padding: 0 6px;