WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@Biswas-Samrat
Copy link

Fixes a UI issue where interactive filter elements and the RESET button were using the default cursor. They now correctly display the pointer cursor on hover.

Closes #436

@wurstbrot wurstbrot requested a review from vbakke December 18, 2025 07:01
Copy link
Collaborator

@vbakke vbakke left a comment

Choose a reason for hiding this comment

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

Thank you for pointing this out, @Biswas-Samrat.

Can you add the pointer hand to the filter chips in the Overview page as well? So that all pages stays consistent?

Also, when we are tiding CSS, can you base on the defined CSS variables (such as --primary-color)? That way we slowly get rid of all the hard coded color codes all over the place :)

@Biswas-Samrat
Copy link
Author

Hi @vbakke, I have updated the PR to include cursor: pointer for the filter chips on the Overview page.

Copy link
Collaborator

@vbakke vbakke left a comment

Choose a reason for hiding this comment

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

Thank you @Biswas-Samrat. Please also update the colour, and sign the submissions. :)

}

.reset-button:hover {
background-color: #4caf50;
Copy link
Collaborator

Choose a reason for hiding this comment

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

We have a number of "green colours" scattered around the CSS, but let's try to reduce the numbers. Please base the colours on the var()s defined in custom-theme.scss, whenever possible.

Copy link
Author

Choose a reason for hiding this comment

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

Hi @vbakke Done thate

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.

🐛 Issue: Incorrect Cursor Style on Filter Options and RESET Buttons

2 participants