lichess-org / chessground

Mobile/Web chess UI for lichess.org
https://lichess.org
GNU General Public License v3.0
1.03k stars 262 forks source link

Restore CSS rule for arrows #164

Closed fitztrev closed 3 years ago

fitztrev commented 3 years ago

Currently, when you right-click to draw an arrow, the <svg> element is present in the DOM but not visible on screen because of no CSS.

The new CSS assets are missing a rule for arrows. This PR restores the code from the previous Chessground example CSS linked from the readme.

niklasf commented 3 years ago

Thanks!