Skip to content

Commit cfc9229

Browse files
committed
Fix removal of VCS icon
Use the 'role="presentation"' attribute on the element to select it in css rather than the generated classname, which is different per release.
1 parent 576e7e2 commit cfc9229

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)