Conversation
Roam's dot-tags are hidden by default and shown via `.rm-block__self:hover`. Since the entire query table is mounted inside a single Roam block, hovering anywhere on the results triggers all dot-tags to show. Scope visibility to the individual cell wrapper instead.
Use td:not(:hover) instead of span-level selector so dot-tags show when hovering anywhere in the cell, not just over the text.
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
📝 WalkthroughWalkthroughAdded a CSS rule to hide Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can validate your CodeRabbit configuration file in your editor.If your editor has YAML language server, you can enable auto-completion and validation by adding |
mdroidian
left a comment
There was a problem hiding this comment.
Nice. Let's add a comment for future us that explains why this css is there, eg:
// Solves .#sticky flashing on for mouse over entire Query Table
https://www.loom.com/share/57058df737784d07b543f1f34777b895
Summary by CodeRabbit