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

Catalog Hover Solution #2009

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Catalog Hover Solution #2009

wants to merge 2 commits into from

Conversation

aRabiej
Copy link

@aRabiej aRabiej commented Jul 14, 2023

Copy link

@DorotaLeniecDev DorotaLeniecDev left a comment

Choose a reason for hiding this comment

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

Add demo link

@@ -0,0 +1,3 @@
$cardHeadercolor: #34568b;

Choose a reason for hiding this comment

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

Use standard name for naming color variable like color-blue

margin-right: 20px;
}
}
transition: color, $transitionDuration;

Choose a reason for hiding this comment

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

This is incorrect, comma should separate the transitions group

Suggested change
transition: color, $transitionDuration;
transition: color $transitionDuration;

@aRabiej aRabiej requested a review from DorotaLeniecDev July 18, 2023 12:57
Copy link

@DorotaLeniecDev DorotaLeniecDev left a comment

Choose a reason for hiding this comment

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

Demo page is still not working :(

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.

2 participants