Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UX: Remove Active cursor from dead button #18015

Closed
wants to merge 5 commits into from

Conversation

darkpixlz
Copy link
Contributor

@darkpixlz darkpixlz commented Aug 20, 2022

CONTEXT:
https://meta.discourse.org/t/suggested-topics-activity-column-sort-clickable-no-action/236632

There is a broken link or dead button in the Suggested Topics list, this removed the clickable cursor.
Before:
image
After:
image

@discoursebot
Copy link

This pull request has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/suggested-topics-activity-column-sort-clickable-no-action/236632/4

@discoursebot
Copy link

This pull request has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/suggested-topics-activity-column-sort-clickable-no-action/236632/5

Copy link
Contributor

@pmusaraj pmusaraj left a comment

Choose a reason for hiding this comment

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

Thanks for this @darkpixlz and sorry for the delay.

From a quick inspection of this element, it looks like the style for it is set here:

https://github.com/discourse/discourse/blob/main/app/assets/stylesheets/desktop/topic-list.scss#L124-L133

Can you think of a reason why we shouldn't simply remove span { cursor: pointer } there?

@darkpixlz
Copy link
Contributor Author

We can definitely remove it there, I will fix when I'm out of class.

@pmusaraj
Copy link
Contributor

Awesome, thanks @darkpixlz

@darkpixlz
Copy link
Contributor Author

@pmusaraj Fixed in a different pull
#18244

@darkpixlz darkpixlz closed this Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants