File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Dialog.prototype.init = function () {
5656 }
5757 if ( this . options . hideCloseButton !== true ) {
5858 const closeButton = createElementFromHtml ( `
59- <button class="jenkins-dialog__title__button jenkins-dialog__title__close-button jenkins-dialog__close-button jenkins- button">
59+ <button class="jenkins-dialog__title__button jenkins-dialog__title__close-button jenkins-button">
6060 <span class="jenkins-visually-hidden">Close</span>
6161 ${ CLOSE }
6262 </button>
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ $jenkins-dialog-padding: 1.25rem;
7878
7979 & __buttons {
8080 display : flex ;
81- padding : 0 $jenkins-dialog-padding $jenkins-dialog-padding ;
81+ padding : $jenkins-dialog-padding ;
8282 justify-content : right ;
8383 flex-direction : row-reverse ;
8484 gap : 1.25rem ;
You can’t perform that action at this time.
0 commit comments