Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upNew button styles #6
Comments
ghost
assigned
owenversteeg
Jan 10, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dkuntz2
Jan 14, 2014
Why have the rounded corners? Why not just get rid of the shadow? The shadow's the only thing that looks funky to me.
dkuntz2
commented
Jan 14, 2014
|
Why have the rounded corners? Why not just get rid of the shadow? The shadow's the only thing that looks funky to me. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
owenversteeg
Jan 14, 2014
Owner
Hmm. I've added an option (C) which is the buttons with no rounded corners and no shadow.
That said, I don't think that the square buttons show affordance. To each their own, I suppose.
|
Hmm. I've added an option (C) which is the buttons with no rounded corners and no shadow. That said, I don't think that the square buttons show affordance. To each their own, I suppose. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
changing my vote to C. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
nsanden
commented
Jan 19, 2014
|
Definitely B |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
I vote A |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
rofrol
commented
Jan 28, 2014
|
B |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
enkrates
commented
Jan 30, 2014
|
I prefer B. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
hliyan
commented
Jan 31, 2014
|
B |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
alfg
commented
Jan 31, 2014
|
C. Seems the most minimal. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mcallan83
commented
Feb 1, 2014
|
B |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jboverfelt
commented
Feb 1, 2014
|
B |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ghost
commented
Feb 3, 2014
|
C |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ramirovjr
commented
Feb 5, 2014
|
C |
owenversteeg
added
the
visual difference
label
Feb 7, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
owenversteeg
Feb 9, 2014
Owner
Thanks everyone for voting! In preparation for the launch of Min 2, I'm closing this issue. Here's the vote breakdown:
A (1)
B (6)
C (5)
- @dkuntz2
- @scottaohara
- @alfg
- @iamguiller
- @ramirovjr
If you prefer another button choice, feel free to say so. Remember, there's always another opportunity to change the button look & feel for Min 3! If you have another button style idea, just comment with an image.
|
Thanks everyone for voting! In preparation for the launch of Min 2, I'm closing this issue. Here's the vote breakdown: A (1)B (6)C (5)
If you prefer another button choice, feel free to say so. Remember, there's always another opportunity to change the button look & feel for Min 3! If you have another button style idea, just comment with an image. |
owenversteeg
closed this
in
a394bfe
Feb 9, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
owenversteeg
Feb 9, 2014
Owner
hey @scottaohara could you check over my edit to /sass/_button.scss? I think my LESS background shows when I push to the sass folder. (also, I killed some whitespace - not sure if you had that there for a reason.)
|
hey @scottaohara could you check over my edit to /sass/_button.scss? I think my LESS background shows when I push to the sass folder. (also, I killed some whitespace - not sure if you had that there for a reason.) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
scottaohara
Feb 9, 2014
Collaborator
I just submitted a pull request for some updates to the sass branch.
There are a few things I've done in the button.scss that you should probably look at and see if you agree (mostly adding a display: inline-block; to the button, .btn selector).
I'm guessing the white space you were referring to was the extra line breaks between rulesets? I do that just to make things a bit easier to read. Since extra spacing gets removed when compiling to the css / minified css, I'd like to keep it in there.
Also take note of the example I posted as http://scottohara.me/min, as it is directly related to why an inline-block should be applied to the button, .btn selector.
thanks
|
I just submitted a pull request for some updates to the sass branch. There are a few things I've done in the button.scss that you should probably look at and see if you agree (mostly adding a display: inline-block; to the button, .btn selector). I'm guessing the white space you were referring to was the extra line breaks between rulesets? I do that just to make things a bit easier to read. Since extra spacing gets removed when compiling to the css / minified css, I'd like to keep it in there. Also take note of the example I posted as http://scottohara.me/min, as it is directly related to why an inline-block should be applied to the button, .btn selector. thanks |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
enkrates
Feb 9, 2014
Please correct me if I'm wrong, but it seems to me that option (B) won the vote. In any case, thanks for all the work on this great little CSS framework!
enkrates
commented
Feb 9, 2014
|
Please correct me if I'm wrong, but it seems to me that option (B) won the vote. In any case, thanks for all the work on this great little CSS framework! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
owenversteeg
Feb 9, 2014
Owner
@enkrates You're correct, thanks! I've updated the CSS and the chart accordingly.
|
@enkrates You're correct, thanks! I've updated the CSS and the chart accordingly. |

owenversteeg commentedJan 10, 2014
Some people have criticized the current button styles, so this thread is where people can vote on button styles.
Current buttons:

New button design A:

New button design B:

New button design C:

Please vote (with comments) for which button design you like.