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

Add overrides for counters in our buttons #61

Merged
merged 8 commits into from Mar 30, 2015
Merged

Add overrides for counters in our buttons #61

merged 8 commits into from Mar 30, 2015

Conversation

mdo
Copy link
Contributor

@mdo mdo commented Mar 27, 2015

Fixes #60.

@mdo mdo added this to the v2.0.3 milestone Mar 27, 2015

// Darken for just a tad more contrast against the button background
.counter {
background-color: #ddd;

Choose a reason for hiding this comment

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

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

@mdo mdo mentioned this pull request Mar 27, 2015
// Darken for just a tad more contrast against the button background
.counter {
text-shadow: none;
background-color: #ddd;

Choose a reason for hiding this comment

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

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

@mdo
Copy link
Contributor Author

mdo commented Mar 27, 2015

Merged master and add some docs to show the counters in buttons. I'm not super stoked on the aesthetics overall, but it addresses the glaring issues we have right now.

screen shot 2015-03-27 at 4 41 23 pm

@mdo mdo added bug labels Mar 27, 2015
mdo added a commit that referenced this pull request Mar 30, 2015
Add overrides for counters in our buttons
@mdo mdo merged commit 81f53ac into master Mar 30, 2015
@mdo mdo deleted the btn_counters branch March 30, 2015 18:29
@mdo mdo mentioned this pull request Mar 30, 2015
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.

Counters in buttons
2 participants