Skip to content

Commit

Permalink
[JENKINS-68957] Job configuration page SCM radio buttons have an odd …
Browse files Browse the repository at this point in the history
…selection animation (#6930)

Co-authored-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
frankie139506 and NotMyFault authored Aug 8, 2022
1 parent a523704 commit eb59bc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/resources/lib/form/radioBlock/radioBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ var radioBlockSupport = {
while((n = n.next()) != blockEnd) {
if (show) {
n.classList.remove("form-container--hidden")
n.style.position = "";
} else {
n.classList.add("form-container--hidden")
n.style.position = "absolute";
}
}
layoutUpdateCallback.call();
Expand Down

0 comments on commit eb59bc1

Please sign in to comment.