Skip to content

Commit

Permalink
Use LinkText system color (if supported) to highlight interactive f…
Browse files Browse the repository at this point in the history
…eatures
  • Loading branch information
Malvoz committed Jun 26, 2021
1 parent ba9c3bc commit 769e145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mapml/layers/FeatureLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export var MapMLFeatures = L.FeatureGroup.extend({
.mapml-vector-container g[role="button"]:focus path,
.mapml-vector-container g[role="button"]:hover path {
outline: 0!important;
stroke: black;
stroke: #000;
stroke: LinkText;
}`;
}

Expand Down

0 comments on commit 769e145

Please sign in to comment.