Use less generic pulse animation name (Fixes #3169)
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
&.execute
|
&.execute
|
||||||
{
|
{
|
||||||
animation: pulse 2s infinite;
|
animation: swagger-ui-pulse 2s infinite;
|
||||||
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-color: #4990e2;
|
border-color: #4990e2;
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@keyframes pulse
|
@keyframes swagger-ui-pulse
|
||||||
{
|
{
|
||||||
0%
|
0%
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user