Skip to content

IconPicker: Bugfix - no longer show "pointer" when disabled.#10

Merged
apepper merged 1 commit intomainfrom
bugfix-disable-pointer
Jan 14, 2026
Merged

IconPicker: Bugfix - no longer show "pointer" when disabled.#10
apepper merged 1 commit intomainfrom
bugfix-disable-pointer

Conversation

@apepper
Copy link
Copy Markdown
Contributor

@apepper apepper commented Jan 12, 2026

This is because of the following css in .icon-preview:

    &[for] {
      cursor: pointer;
    }

Fixes #9

This is because of the following css in `.icon-preview`:

```
    &[for] {
      cursor: pointer;
    }
```

Fixes #9
@apepper apepper requested a review from kostia January 12, 2026 11:09
Copy link
Copy Markdown
Contributor

@kostia kostia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good, but how can I try this out manually? Or should I only check the code, not the actual behavior?

@apepper
Copy link
Copy Markdown
Contributor Author

apepper commented Jan 12, 2026

With #11 and this PR you should be able to start the portal app, change an icon in an icon widget and change to diff mode.

Now the changes icon is shown and hover no pointer cursor is shown.

@kostia
Copy link
Copy Markdown
Contributor

kostia commented Jan 13, 2026

With #11 and this PR you should be able to start the portal app, change an icon in an icon widget and change to diff mode.

Now the changes icon is shown and hover no pointer cursor is shown.

Could you please merge #11 and rebase this one? Thank you

@kostia
Copy link
Copy Markdown
Contributor

kostia commented Jan 14, 2026

Somehow Github does not let me re-review this PR anymore 😢 Thus, APPROVED!

@apepper apepper merged commit 0d0e9cc into main Jan 14, 2026
3 checks passed
@apepper apepper deleted the bugfix-disable-pointer branch January 14, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A disabled IconPicker still has a pointer cursor

2 participants