elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.65k stars 8.23k forks source link

Remove KUI traces from Visualizations code #82711

Closed timroes closed 4 years ago

timroes commented 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.

elasticmachine commented 4 years ago

Pinging @elastic/kibana-app (Team:KibanaApp)

lizozom commented 4 years ago

Update status on main meta issue