decent-chat/decent

`.Link`s aren't styled on Chrome

Opened this issue · 4 comments

Related to Chrome rejecting :any-link in app.css, which is the same rule as .Link is defined in. Fixing this will just require removing the a:any-link selector from the rule, and adding .Link to all links without it in the JS.

Maybe we need :-webkit-any-link? Just a guess.

:any-link (syntax error on Chrome at the moment!) likely kills the entire a:any-link, .Link construct. After we move all links to use .Link we won't need the a:any-link thing and it should be fixed.

Yup. 👍

(Fixed in preact)