Webannoyances: github.com [A/B testing]

Created on 12 Dec 2018  路  10Comments  路  Source: yourduskquibbles/webannoyances

A/B testing floating navigation in issues

obraz |
--- |

filter updates solved

Most helpful comment

In total, I get the impression that now .gh-header .sticky-content can be redundant. This is a children .is-stuck.gh-header-sticky.top-0.js-sticky-offset-scroll.js-sticky?

:question:

All 10 comments

block by classes:
##.gh-header .sticky-content, .gh-header .gh-header-shadow.box-shadow
block by nth-of-type / nth-child:
##.gh-header div[class]:nth-of-type(n+5):nth-of-type(-n+6)
##.gh-header div[class]:nth-child(n+5):nth-child(-n+6)

:nth-of-type(-n+6) - optional limiter

I don't have the floating navigation on my side - does adding ##.gh-header .sticky-content, .gh-header .gh-header-shadow.box-shadow block any anchored text e.g. when you scroll up in the page does anything get removed once it is no longer a floating element? is it purely a secondary bar that doesn't anchor itself when you scroll up to top of the page?

In the code, I have all the time, scrolling activates / deactivates. How github will serve it to me in the template.

As for me it is redundant and annoying.

I will hope works after unpack and open.

After closing, I got the header myself actually, these filters also seem to work.

github.com##.is-stuck.gh-header-sticky.top-0.js-sticky-offset-scroll.js-sticky
github.com##.box-shadow.gh-header-shadow

As if he wrote after writing something in the field for answers.

And I preferred to insure in the example, in total and as they would do it permanently, maybe with other classes.

##.is-stuck.gh-header-sticky.top-0.js-sticky-offset-scroll.js-sticky should remove only text.

Yeah..., filter no removing .gh-header-shadow.box-shadow from my side. And glitching this feature - no disapear after scroll to top.

Are you using latest filters from 3999e31 that I added in addition with your filters? Nothing is showing up for me

Only so far I wrote that others would know how many cuts the given CSS selector handle.

In total, I get the impression that now .gh-header .sticky-content can be redundant. This is a children .is-stuck.gh-header-sticky.top-0.js-sticky-offset-scroll.js-sticky?

:question:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Javran picture Javran  路  8Comments

RedDragonWebDesign picture RedDragonWebDesign  路  3Comments

Omoeba picture Omoeba  路  3Comments

krystian3w picture krystian3w  路  9Comments

prech picture prech  路  6Comments