Commit 1e171f2
committed
Add hover transparency effect to collaboration caret name bubbles
When hovering over a collaboration caret name bubble with the mouse,
it now becomes highly transparent (20% opacity) to improve UX by
allowing users to see through the label when it's covering content.
Changes:
- Changed pointer-events from none to auto to enable hover interactions
- Added opacity: 0.2 on hover for the label bubble and tail (80% transparent)
- Consolidated duplicate hover effects into single rule
- Maintains existing hover transform and shadow effects
- Added cursor: pointer to indicate interactivity1 parent bfea008 commit 1e171f2
1 file changed
+13
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| 451 | + | |
451 | 452 | | |
452 | | - | |
453 | | - | |
| 453 | + | |
| 454 | + | |
454 | 455 | | |
| 456 | + | |
| 457 | + | |
455 | 458 | | |
456 | 459 | | |
457 | 460 | | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
458 | 466 | | |
459 | 467 | | |
460 | 468 | | |
| |||
490 | 498 | | |
491 | 499 | | |
492 | 500 | | |
493 | | - | |
| 501 | + | |
494 | 502 | | |
495 | 503 | | |
496 | 504 | | |
| |||
0 commit comments