react-toolbox/react-toolbox

Link text has text-transform: capitalize, contrary to Material specs

Open

#1,774 opened on 2017年12月13日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)JavaScript (8,676 stars) (1,036 forks)batch import
Type: Material Specgood first issue

説明

<Link label="I am Correctly Capitalized" />
<Link label="user@example.com" />

renders:

I Am Correctly Capitalized
user@Example.com

Menu item examples at Material Design Menu Links clearly show uncapitalized link text, and there is no mention in the guide of capitalisation.

Offending CSS is here

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