Commit 13c312d
committed
fix: harden hide_cursor CSS so the cursor reliably disappears
Extend the hide_cursor style block to also target html, body, the
::before/::after pseudo-elements, and the :hover state so the cursor
is hidden even when an element re-asserts a cursor via a pseudo-element
or on hover.
Fixes #7841 parent 83ab67b commit 13c312d
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
0 commit comments