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

set default color to cart subtotal #1708

Conversation

akihitoalextsuboi
Copy link

Class .cart-subtotal & .cart-total color should be set as default color, not as direct color.

Copy link
Contributor

@jhawthorn jhawthorn left a comment

Choose a reason for hiding this comment

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

Seems okay to me

Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution. I think the variable should be named differently.

@@ -995,7 +995,7 @@ div[data-hook="inside_cart_form"] {
}

.cart-subtotal, .cart-total {
background: #00ADEE;
background: $link_text_color;
Copy link
Member

Choose a reason for hiding this comment

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

This should be $cart-total-color with a default value of $link_text_color so it can be changed independently.

@mamhoff
Copy link
Contributor

mamhoff commented Oct 4, 2017

Closing this as stale. I've created issue #2251 to mark that the underlying issue still needs work. @akihitoalextsuboi if you want please re-open this with a better variable name if you want to.

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.

4 participants