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 2491226 commit fe8027bCopy full SHA for fe8027b
github-files-filter.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name GitHub Files Filter
3
-// @version 1.1.4
+// @version 1.1.5
4
// @description A userscript that adds filters that toggle the view of repo files by extension
5
// @license MIT
6
// @author Rob Garrison
@@ -22,6 +22,9 @@
22
// animation delay; See #46
23
GM_addStyle(`
24
.gff-filter .btn.selected { font-variant: small-caps; }
25
+ .gff-filter .btn:not(.selected):not(:first-child) {
26
+ text-decoration: line-through;
27
+ }
28
.gff-filter .gff-all:not(.selected):focus,
29
.gff-filter .gff-all:not(.selected) ~ .btn:focus,
30
.gff-filter .gff-all:not(.selected) ~ .btn.selected:focus,
0 commit comments