elastic/kibana

[Dev Tools] Small design issues in high contrast mode

Open

#217.547 geöffnet am 8. Apr. 2025

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (19.065 Stars) (8.021 Forks)batch import
Feature:ConsoleFeature:Search ProfilerTeam:Kibana Managementgood first issue

Beschreibung

In high contrast mode, some of the Dev Tools components have double borders or rounded corners. This is because the EuiPanel always has a border in high contrast mode, even if it's set to have no shadow and no border. We could try to fix this by using div elements instead.

Contributor Guide