Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button should always be bold (14pt Roboto medium) #155

Open
rene-lindner-isw opened this issue Apr 10, 2017 · 0 comments
Open

Button should always be bold (14pt Roboto medium) #155

rene-lindner-isw opened this issue Apr 10, 2017 · 0 comments

Comments

@rene-lindner-isw
Copy link

Description

According to MD an button should be 14pt Roboto medium, medium should be font-weight: 500.

https://material.io/guidelines/components/buttons.html#buttons-style

Since most buttons should be in the accent color, and most accent colors to not have an optimal contrast to white, this difference to MD leads to unreadable paper-buttons.

I know this can be easy fixed for a single app via the --paper-button mixin, but shouldn't the paper-button implement an MD button?

Maybe linked to #94, #95, #111, #129.

I am aware that the bold is used for focus, but again, shouldn't the paper-button implement an MD button? Special a11y requirements that differs from strict MD can be simpy solved via the mixins.

And it's not very usefull if i can clearly see that a button is focused, if i can't read the unfocused button.

Expected outcome

Button should always have font-weight 500.

Actual outcome

Button does only have font-weight on focus.

Live Demo

https://www.webcomponents.org/element/PolymerElements/paper-button/demo/demo/index.html

Browsers Affected

Browser independent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant