Commit 59383dc
authored
ENG-226: Fix dot-tag (.#sticky, .#meeting) flashing in query table results (#904)
* Fix dot-tag (.#sticky, .#meeting) flashing in query table results
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.
* Widen dot-tag hover target to full cell width
Use td:not(:hover) instead of span-level selector so dot-tags
show when hovering anywhere in the cell, not just over the text.
* Add explanatory comment for dot-tag CSS fix1 parent a0decd3 commit 59383dc
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
78 | 85 | | |
79 | 86 | | |
80 | 87 | | |
| |||
160 | 167 | | |
161 | 168 | | |
162 | 169 | | |
163 | | - | |
| 170 | + | |
0 commit comments