seti-syntax icon indicating copy to clipboard operation
seti-syntax copied to clipboard

Colons get replaced with blank blocks (TypeScript Angular)

Open pazkahlon opened this issue 7 years ago • 1 comments

screen shot 2018-04-06 at 16 18 32

pazkahlon avatar Apr 06 '18 13:04 pazkahlon

Faced to the same issue. I looked deeper, it's precisely this css rule : https://github.com/jesseweed/seti-syntax/blob/157d1fe59a86ccb038b7d047b62c6e4a0e234a38/styles/syntax.less#L236

color & background-color are set on the same gray. I would suggest removing the background-color line and it seems to work but I don't know if it could create a regression.

Swiip avatar Jul 11 '18 14:07 Swiip