diff --git a/src/style/_buttons.scss b/src/style/_buttons.scss index 71e90a52..8ebc7507 100644 --- a/src/style/_buttons.scss +++ b/src/style/_buttons.scss @@ -65,6 +65,7 @@ &.execute { animation: swagger-ui-pulse 2s infinite; + will-change: transform; background-color: $btn-execute-background-color; color: $btn-execute-font-color; border-color: $btn-execute-border-color;