We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8525246 commit 0939411Copy full SHA for 0939411
SlackA11yFixes.user.js
@@ -85,7 +85,7 @@ function onNodeAdded(target) {
85
elem.setAttribute("aria-level", "2");
86
}
87
// Kill some extraneous white space.
88
- for (elem of target.querySelectorAll(".message_gutter, i.copy_only br")) {
+ for (elem of target.querySelectorAll(".message_gutter, .message_content > i.copy_only br")) {
89
elem.setAttribute("aria-hidden", "true");
90
91
0 commit comments