Skip to content

Commit 688d28c

Browse files
committed
Stack.js: remove has-text-white when not needed (bug 2015588) r=sheehan
Otherwise, the text is not visible as the button is also white. Pull request: #953
1 parent 8ab6849 commit 688d28c

File tree

1 file changed

+1
-1
lines changed
  • src/lando/static_src/legacy/js/components

1 file changed

+1
-1
lines changed

src/lando/static_src/legacy/js/components/Stack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $.fn.stack = function() {
104104
} else if (["created", "submitted", "in_progress", "deferred"].includes(result.status)) {
105105
var message = "Landing job submitted"
106106
pull_request_button.prop("disabled", true);
107-
pull_request_button.removeClass("is-loading");
107+
pull_request_button.removeClass("is-loading has-text-white");
108108
pull_request_button.html(message);
109109
$("#blockers").html(`${message}.`);
110110
$("#warnings").html(`${message}.`);

0 commit comments

Comments
 (0)