mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 19:55:43 +00:00
UX: Use button instead of anchor in filtered replies bar (#13439)
This commit is contained in:
parent
09b55fd338
commit
5b17902263
@ -162,7 +162,7 @@ createWidget("filter-jump-to-post", {
|
||||
});
|
||||
|
||||
createWidget("filter-show-all", {
|
||||
tagName: "a.filtered-replies-show-all",
|
||||
tagName: "button.filtered-replies-show-all",
|
||||
buildKey: (attrs) => `filtered-show-all-${attrs.id}`,
|
||||
|
||||
buildClasses() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user