Skip to content

Commit

Permalink
[Maps] use partial icon instead of iInCircle to denote layers with pa…
Browse files Browse the repository at this point in the history
…rtial results (#43550) (#43586)
  • Loading branch information
nreese authored Aug 20, 2019
1 parent ee5c0ff commit 9d89d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/maps/public/layers/layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class AbstractLayer {
tooltipContent = customIconAndTooltipContent.tooltipContent;
} else {
footnotes.push({
icon: <EuiIcon color="subdued" type="iInCircle" />,
icon: <EuiIcon color="subdued" type="partial" size="s" />,
message: customIconAndTooltipContent.tooltipContent
});
}
Expand Down

0 comments on commit 9d89d37

Please sign in to comment.