Commit d08a744
committed
fix(titlebar): make pagination dots clickable on Linux
The injected [data-tauri-drag-region] no-drag rule only matches
descendant buttons. On Linux the dots are a sibling overlay over
the drag region, so the OS drag region swallowed their clicks.
Mark .focus-mode-task-indicator no-drag to carve it out.1 parent d174694 commit d08a744
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1771 | 1771 | | |
1772 | 1772 | | |
1773 | 1773 | | |
| 1774 | + | |
| 1775 | + | |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
1774 | 1779 | | |
1775 | 1780 | | |
1776 | 1781 | | |
| |||
0 commit comments