Closed joeytwiddle closed 7 years ago
Today:
The .header class turned into .Header. (But in this PR I actually ignore the class and target the header tag instead.)
.header
.Header
header
The .header-navlink which we got a few weeks ago has now become .HeaderNavlink
.header-navlink
.HeaderNavlink
The notification indicator (bell icon) has become light grey. So when we make the header white, I make the indicator ~classic blue~ dark grey.
Users of the Chrome extension are currently getting this error: Cannot read property 'classList' of null and none of the greatness.
Cannot read property 'classList' of null
Today:
The
.header
class turned into.Header
. (But in this PR I actually ignore the class and target theheader
tag instead.)The
.header-navlink
which we got a few weeks ago has now become.HeaderNavlink
The notification indicator (bell icon) has become light grey. So when we make the header white, I make the indicator ~classic blue~ dark grey.
Users of the Chrome extension are currently getting this error:
Cannot read property 'classList' of null
and none of the greatness.