[Nav] Custom plugin images that are url's do not display properly in the nav drawer #69691
Labels
bug
Fixes for quality problems that affect the customer experience
REASSIGN from Team:Core UI
Deprecated label for old Core UI team
Ported from EUI:
My implementation is working fine till 7.6.x release. I am facing issue while migrating plugin to 7.7.x. I have attached my plugin screenshot of custom plugin icons. It looks bigger than default EUI icons. As per my analysis 'class="euiIcon euiIcon--medium euiIcon--app euiIcon-isLoaded euiListGroupItem__icon"' is not getting included for custom icon which are implemented using Icon property.
uiExports: {
app: {
title: 'SIP Analyzer',
description: 'An Awesome Kibana SIP Plugin',
main: mainFile,
icon: 'plugins/sip/resource/logo-scaled.png',
}
},
Html tags for custom plugin icon where above mention classes are not includes:
plugin : https://github.com/BroadSoft-Xtended/BroadWorks-Dashboards-and-Discovery/blob/master/SIP-2.4.0_K_7.6.2.zip
Older version :
Originally posted by @parikshitgawali in elastic/eui#1690 (comment)
The text was updated successfully, but these errors were encountered: