-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Reintro vertical table lines + hover state #2653
Conversation
🦋 Changeset detectedLatest commit: 06076e5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
GitBook Preview |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
} | ||
|
||
:global(.dark) .columnHeader { | ||
@apply text-white; | ||
} | ||
|
||
.row { | ||
@apply flex border-tint-700/2; | ||
@apply flex border-tint-700/2 hover:bg-tint-700/2 transition-colors; |
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.
Ideally I'd apply hover:bg-tint-700/1
dark:hover:bg-tint-700/2
so the dark mode hover color is different than the light-mode, but tailwind doesn't agree. Open to suggestions, otherwise ill look into it later and fix after.
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.
Don't forget a changeset!
21265c1
to
18e79f5
Compare
18e79f5
to
482a0a9
Compare
Checked with @zenoachtig
After
CleanShot.2024-12-19.at.09.54.29.mp4