You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like they're using the class .sticky-file-header to mark these up so you'll need to adjust some of the selectors to be .file-header:not(.sticky-file-header).
https://github.blog/changelog/2019-03-18-sticky-file-headers-in-pull-requests/
Looks like they're using the class
.sticky-file-headerto mark these up so you'll need to adjust some of the selectors to be.file-header:not(.sticky-file-header).