elastic/kibana

[Dev Tools] Small design issues in high contrast mode

Open

#217,547 创建于 2025年4月8日

在 GitHub 查看
 (8 评论) (0 反应) (1 负责人)TypeScript (8,021 fork)batch import
Feature:ConsoleFeature:Search ProfilerTeam:Kibana Managementgood first issue

仓库指标

Star
 (19,065 star)
PR 合并指标
 (平均合并 1天 16小时) (30 天内合并 999 个 PR)

描述

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.

贡献者指南