Commit 580b23f
authored
fix(expand-collapse-release-groups): prevent button text selection (#1051)
_Note: Code and description were written with AI-tools_
### Description
Prevent accidental highlighting and text selection on the
expand/collapse toggle button when clicking release groups and releases.
### Key Changes
- Add `user-select: none` to the toggle button element in
`create_button`.
### Verification
- Validated with `oxlint` (0 errors, 0 warnings).
- Verified that rapid clicks or drag gestures on the toggle button do
not highlight the glyph.
### Version Bump
- Bumped `expand-collapse-release-groups.user.js` version from
`2026.7.7.1` to `2026.8.28.1`.1 parent 05bac00 commit 580b23f
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments