Skip to content

Commit 726b823

Browse files
authored
Merge pull request #3 from wp-colinrosen/master
Fix removal of VCS icon
2 parents 576e7e2 + cfc9229 commit 726b823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub_patcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.pl-header__columns-wrapper > :nth-child(2) {display: none !important;}
1313
1414
/* version control column value */
15-
.hCtBAQ {display: none !important;}
15+
.pl-item__row [role='presentation'] {display: none !important;}
1616
1717
/* cloud services column value */
1818
.pl-item__row :nth-child(4) {display: none !important;}

0 commit comments

Comments
 (0)