Closed blackholegalaxy closed 8 years ago
Hi Blackhole,
It's bootstrap's default settings that's overwriting the outline that jquery.pulsate sets. It works on a button without class btn, so try that and style the button yourself?
Cheers, Kilian
ps. you did help me find another bug, so thanks!
Hi Kilian,
Tried to apply your pulsate animation on a
But it doesn't seem to work on this kind of element. On a div, it works.I think BTN bootstrap class removes the outline by setting it at 0 !important.
Here is the JS i use:
Works if i use a div:
Is there any way to get a bypass of btn outline: 0 !important setting?