Closed timroes closed 4 years ago
We should remove all usage left-overs of KUI (Kibana UI Framework) from the visualizations code, since we want to remove it (see #46410).
It seems we only have usage of the classes and icons left over in https://github.com/elastic/kibana/blob/master/src/plugins/visualizations/public/embeddable/disabled_lab_visualization.tsx
We should make sure to use EUI properly in this file, replace the font awesome icon by an EUI icon, and just get rid of the custom KUI classes altogether in this file.
Pinging @elastic/kibana-app (Team:KibanaApp)
Update status on main meta issue
We should remove all usage left-overs of KUI (Kibana UI Framework) from the visualizations code, since we want to remove it (see #46410).
It seems we only have usage of the classes and icons left over in https://github.com/elastic/kibana/blob/master/src/plugins/visualizations/public/embeddable/disabled_lab_visualization.tsx
We should make sure to use EUI properly in this file, replace the font awesome icon by an EUI icon, and just get rid of the custom KUI classes altogether in this file.