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

Fix input group action static color #709

Merged
merged 2 commits into from
Feb 20, 2017
Merged

Conversation

llorca
Copy link
Contributor

@llorca llorca commented Feb 20, 2017

Before (lighter than placeholder, bad):
image

After:
image

@blueprint-bot
Copy link

Fix input group action static color

Preview: docs
Coverage: core | datetime

color: $pt-text-color-muted;

// same goes for dark
// stylelint-disable selector-max-compound-selectors
Copy link
Contributor

Choose a reason for hiding this comment

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

stylelint-disable-next-line automatically re-enables


// same goes for dark
// stylelint-disable selector-max-compound-selectors
.pt-dark & { color: $pt-dark-text-color-muted; }
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: I prefer to format even single-rule blocks the normal way:

.pt-dark & {
  color: $pt-dark-text-color-muted;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

i personally love a good one-liner, but the multiline syntax is definitely preferred in this codebase.

@blueprint-bot
Copy link

use stylelint-disable-next

Preview: docs
Coverage: core | datetime

@giladgray giladgray merged commit 6f856bf into master Feb 20, 2017
@giladgray giladgray deleted the al/input-group-action-color branch February 20, 2017 22:04
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

4 participants