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

Document disabled buttons #63

Merged
merged 2 commits into from
Mar 27, 2015
Merged

Document disabled buttons #63

merged 2 commits into from
Mar 27, 2015

Conversation

mdo
Copy link
Contributor

@mdo mdo commented Mar 27, 2015

Updates the docs to include a section on disabled states for <button> and <a> buttons, as well as their primary, danger, and outline variations. Here's how the new docs look:

screen shot 2015-03-27 at 3 14 57 pm

screen shot 2015-03-27 at 3 14 45 pm

/cc @amosie

@@ -154,7 +154,8 @@
&,
&:hover {
color: #777;
background-color: #f5f5f5;
background-color: #fff;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.

@mdo mdo added the docs label Mar 27, 2015
@mdo mdo added this to the v2.0.3 milestone Mar 27, 2015
mdo added a commit that referenced this pull request Mar 27, 2015
@mdo mdo merged commit c5bf85e into master Mar 27, 2015
@mdo mdo deleted the disabled_btns branch March 27, 2015 23:43
@mdo mdo mentioned this pull request Mar 27, 2015
@amosie
Copy link

amosie commented Mar 30, 2015

✨ Thanks @mdo

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

Successfully merging this pull request may close these issues.

None yet

3 participants