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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add attributes for categories in all views #2585

Open
1 task done
hxii opened this issue Apr 3, 2024 · 0 comments
Open
1 task done

Add attributes for categories in all views #2585

hxii opened this issue Apr 3, 2024 · 0 comments

Comments

@hxii
Copy link

hxii commented Apr 3, 2024

Currently, when looking at the Categories view, items have the following aria label:

<a href="/category/2/entries" aria-label="Category: 馃捇 Tech">馃捇 Tech</a>

This makes it very convenient to style posts in certain categories using attr selectors in CSS.
Unfortunately, this is not present in the History and Unread views:

<a href="/category/2/entries">馃捇 Tech</a>

Would be awesome if this attribute (and attributes in general) could be added across the board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant