[Maps] use partial icon instead of iInCircle to denote layers with partial results (#43550)

This commit is contained in:
Nathan Reese 2019-08-20 09:13:29 -06:00 committed by GitHub
parent 162e145f87
commit 7d09b9dfa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
});
}