browsh-org/browsh

Make input boxes clearly visible

开放

#224 创建于 2018年10月1日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (455 个派生)batch import
bughelp wantedtty-mode

仓库指标

星标
 (15,996 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Some input boxes blend into the background in Browsh so well, that they can't immediately be seen by the user.

Additionally this prevents the caret in caret mode of the vim like key navigation I'm implementing from being able to stop at some input boxes.

Examples of this input box invisibility can be seen on google and google news.

This probably can be fixed by injecting CSS styles to ensure that input boxes are colored differently from their background.

贡献者指南