wintercounter / Protip

A new generation jQuery Tooltip plugin
http://protip.rocks
MIT License
359 stars 38 forks source link

Fix for the invalid color making the border-color properties invalid #38

Closed Tofandel closed 5 years ago

Tofandel commented 5 years ago

Fix for #37

wintercounter commented 5 years ago

There was a specific reason I didn't use inherit but I don't know what that was :S Hopefully it won't break anything :P Thanks for the PR, I merge it ASAP.

Tofandel commented 5 years ago

I used initial but I've noticed that when you mix color names with inherit or initial it's invalid css because the rule is <color>{1,4}|<color>{1}|initial|inherit|none that's why I separated the css properties into one with the transparent and the other with the keyword

wintercounter commented 5 years ago

Koszi :)