-
Notifications
You must be signed in to change notification settings - Fork 5
ravi/fix hover on cta #184
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
ravi/fix hover on cta #184
Conversation
👷 Deploy request for developers-preview pending review.Visit the deploys page to approve it
|
src/pages/index.astro
Outdated
| color: var(--color-white); | ||
| } | ||
|
|
||
| .hero__cta a:not(.btn):hover { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I worry this style is not clean for maintainability. Let's rather add a class like hero__link and style it with that so we can see what element the styling is targeting more clearly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once that's done LGTM
src/pages/index.astro
Outdated
| color: var(--color-white); | ||
| } | ||
|
|
||
| .hero__cta a:not(.btn):hover { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once that's done LGTM
|
Thanks @Infi-Knight |

PR Checklist
Fixes #123)bun run formatto ensure code is properly formattedbun run lintpasses without errorsSummary
Linear issue: https://linear.app/interledger/issue/DEVPORT-25/engineering-blog-cta-text-disappears-on-hover
The PR fixes the css so that the correct link colour is used on hover