Description
"About" visible while it shouldn't be, for example
|
/* Hide "About" header */ |
|
.BorderGrid-row:first-child h2 { |
|
display: none; |
|
} |
How to replicate the issue + URL
https://github.com/react/react
Console
ElementNotFoundError: Expected element not found: [class*='PageLayout-Pane'] .BorderGrid-row:has(.Progress-item) h2
$
hideLanguageHeader
(anonymous function)
Description
"About" visible while it shouldn't be, for example
refined-github/source/features/clean-repo-sidebar.css
Lines 2 to 5 in c088822
How to replicate the issue + URL
https://github.com/react/react
Console