kazzkiq / balloon.css

Simple tooltips made of pure CSS
https://kazzkiq.github.io/balloon.css/
MIT License
5.03k stars 448 forks source link

Remove duplicate CSS properties #138

Closed shixianqin closed 4 years ago

shixianqin commented 4 years ago

I removed the repeatedly defined CSS properties and replaced the variable ‘--balloon-foreground-color’ with ‘--balloon-text-color’.

kazzkiq commented 4 years ago

Oh damn, noticed your PR just after I merged #141 fixing this issue.

Anyways, thanks for the catch!