We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990871b commit a91ab12Copy full SHA for a91ab12
1 file changed
source/features/remove-diff-signs.js
@@ -3,7 +3,7 @@ import select from 'select-dom';
3
import observeEl from '../libs/simplified-element-observer';
4
5
function removeDiffSigns() {
6
- for (const line of select.all('.diff-table tr:not(.refined-github-diff-signs)')) {
+ for (const line of select.all('.diff-table > tbody > tr:not(.refined-github-diff-signs)')) {
7
line.classList.add('refined-github-diff-signs');
8
for (const code of select.all('.blob-code-inner', line)) {
9
// Drop -, + or space
0 commit comments