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

STENCIL-2448: Add expanded view of swatch on hover #923

Merged
merged 1 commit into from
Feb 15, 2017

Conversation

bc-ong
Copy link
Contributor

@bc-ong bc-ong commented Feb 14, 2017

Add a larger view of a swatch image when option is hovered over.

screen shot 2017-02-15 at 1 31 44 pm

@mjschock @mcampa

@bigbot
Copy link

bigbot commented Feb 14, 2017

Autotagging @mcampa @bc-miko-ademagic @davidchin

@bc-ong bc-ong force-pushed the STENCIL-2448 branch 2 times, most recently from 3ce0a98 to aeb69c4 Compare February 14, 2017 22:53
@mcampa
Copy link
Contributor

mcampa commented Feb 15, 2017

Can you please add an entry to the CHANGELOG.md file?

@mcampa
Copy link
Contributor

mcampa commented Feb 15, 2017

Also, can you post a screenshot on how this looks? :)

@@ -12,8 +12,44 @@ $position_of_x : str-index($value_of_swatch_size, "x");
$first_value : str-slice($value_of_swatch_size, 0, $position_of_x - 1);
$second_value : str-slice($value_of_swatch_size, $position_of_x + 1);

[data-product-attribute] .form-option.form-option-swatch {
Copy link
Contributor

Choose a reason for hiding this comment

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

should this be [data-product-attribute-value] instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This selector is overriding the following selector: [data-product-attribute] .form-option

Copy link
Contributor

@mcampa mcampa left a comment

Choose a reason for hiding this comment

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

LGTM 👍 but you have conflicts 😢

@bc-ong bc-ong merged commit 5029c3d into bigcommerce:master Feb 15, 2017
@shanth100
Copy link

💚

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

5 participants