elastic/kibana

[Dev Tools] Small design issues in high contrast mode

Open

#217,547 opened on 2025年4月8日

GitHub で見る
 (8 comments) (0 reactions) (1 assignee)TypeScript (8,021 forks)batch import
Feature:ConsoleFeature:Search ProfilerTeam:Kibana Managementgood first issue

Repository metrics

Stars
 (19,065 stars)
PR merge metrics
 (平均マージ 1d 16h) (30d で 999 merged PRs)

説明

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.

コントリビューターガイド