StylishThemes / GitHub-FixedHeader

:octocat: Pinned header on GitHub
https://raw.githubusercontent.com/StylishThemes/GitHub-FixedHeader/master/github-fixed-header.user.css
Other
63 stars 7 forks source link

Sticky headers in PR diffs are now built-in 🎉 #16

Open xt0rted opened 5 years ago

xt0rted commented 5 years ago

https://github.blog/changelog/2019-03-18-sticky-file-headers-in-pull-requests/

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).

Mottie commented 5 years ago

Does this still need to be addressed? Right now, everything looks okay to me.

xt0rted commented 5 years ago

I'm not sure, I never actually used this style. From what I recall the changes that needed to be made were around removing a few of the selectors using :not() since this is built-in now and duplicate rules were being added from it.