Minor feature request: could you add an ID or class to the li element so we can style this a bit easier?
Edit: I found my way around it:
.category-navigation a[href$="max_posts=1"] {
background-color: var(--blend-primary-secondary-5);
}
Minor feature request: could you add an ID or class to the li element so we can style this a bit easier?
Edit: I found my way around it:
.category-navigation a[href$="max_posts=1"] {
background-color: var(--blend-primary-secondary-5);
}
我有一个 PR 在队列中,用于为所有导航项添加类名:
所以一旦这个被合并,.nav-item_unanswered 应该就能用了!
好的,谢谢!为了清楚起见:这是对 Discourse 本身的更改,而不是对 TC 的更改,对吗?
哦是的,我应该提到这一点。这适用于核心,并且对扩展核心导航的主题组件有效。