Loading core/themes/claro/css/components/ajax-progress.module.css +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ * have a large margin set. */ .js .button:not(.js-hide) + .ajax-progress--throbber { .js .button:not(.js-hide, .button--action) + .ajax-progress--throbber { margin-inline-start: 0; } Loading core/themes/claro/css/components/ajax-progress.module.pcss.css +1 −2 Original line number Diff line number Diff line Loading @@ -34,10 +34,9 @@ * Remove margin from ajax throbbers following buttons because buttons already * have a large margin set. */ .js .button:not(.js-hide) + .ajax-progress--throbber { .js .button:not(.js-hide, .button--action) + .ajax-progress--throbber { margin-inline-start: 0; } /** * Restore start margin for ajax throbbers inside a managed file widget. */ Loading Loading
core/themes/claro/css/components/ajax-progress.module.css +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ * have a large margin set. */ .js .button:not(.js-hide) + .ajax-progress--throbber { .js .button:not(.js-hide, .button--action) + .ajax-progress--throbber { margin-inline-start: 0; } Loading
core/themes/claro/css/components/ajax-progress.module.pcss.css +1 −2 Original line number Diff line number Diff line Loading @@ -34,10 +34,9 @@ * Remove margin from ajax throbbers following buttons because buttons already * have a large margin set. */ .js .button:not(.js-hide) + .ajax-progress--throbber { .js .button:not(.js-hide, .button--action) + .ajax-progress--throbber { margin-inline-start: 0; } /** * Restore start margin for ajax throbbers inside a managed file widget. */ Loading