Skip to content

Commit 813ca67

Browse files
committed
Code-show-whitespace: Diffs signs now use a pseudo-element
1 parent b4ef863 commit 813ca67

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

github-code-show-whitespace.user.js

-5
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@
7979
.ghcw-adjust .ghcw-active .ghcw-whitespace:before {
8080
left: .6em;
8181
}
82-
/* hide extra leading space added to diffs - see #27 */
83-
.diff-table td.blob-code-inner .pl-space:first-child,
84-
.diff-table .blob-code-context .pl-space:first-child {
85-
opacity: 0;
86-
}
8782
`);
8883

8984
function addToggle() {

0 commit comments

Comments
 (0)