Skip to content

Commit f53ac57

Browse files
authored
26.4.4 clean-repo-tabs restore feature partially
refined-github/refined-github#8867
1 parent 19c7765 commit f53ac57

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

style/26.4.4.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* `clean-repo-tabs` https://github.com/refined-github/refined-github/issues/8867 */
2+
li:has(
3+
> :is(
4+
[data-tab-item="security-and-quality"],
5+
[data-tab-item="insights"]
6+
):not([aria-current="page"])
7+
) {
8+
display: none;
9+
}

0 commit comments

Comments
 (0)