-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Design issue for nodejs.org/download #1232
Comments
I'm sure you're not the only one (and it seems a reasonable request), although AFAIK you're the first person to raise it. What do you think should change to make it more obvious that it's a button? Maybe it should have some shadow below to make stand out? That seems to be what Google suggest in their material design guidelines, and we seem to be going for quite a flat design, so maybe that would help? |
I would:
.download-version-toggle a {
/* margin: 2px; */
padding: 5px 2px;
border-radius: 5px;
}
.download-version-toggle a:first-child { margin-bottom: 4px; }
|
PR: #1233 |
Refs: #947 |
Looking at the screenshot above, it's still not quite obvious that it's a button. Especially when in the context of the whole table. Maybe make it another kind of selector, like a "switch" or something. |
Hi,
A friend of mine asked me how to get Node 7, because https://nodejs.org/en/download/ only has 6.
I couldn't find it on that page, so I went google and found https://nodejs.org/en/download/current/.
Then I discovered that both me and him (20+ years of programming xp) couldn't figure out that "Current" is a clickable button on that page.
Guess that's not only us who find these buttons "under-designed".
The text was updated successfully, but these errors were encountered: