Merge pull request #3181 from scottohara/rename-pulse-animation

Use less generic pulse animation name (Fixes #3169)
This commit is contained in:
Ron
2017-06-05 09:31:20 -07:00
committed by GitHub

View File

@@ -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%
{ {