File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
administrator/components/com_joomlaupdate/tmpl/joomlaupdate
build/media_source/com_joomlaupdate/js Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 117117 <button class="nav-link d-flex justify-content-between align-items-center" id="joomlaupdate-precheck-extensions-tab" data-bs-toggle="pill" data-bs-target="#joomlaupdate-precheck-extensions-content" type="button" role="tab" aria-controls="joomlaupdate-precheck-extensions-content" aria-selected="false">
118118 <?php echo Text::_ ('COM_JOOMLAUPDATE_PREUPDATE_EXTENSIONS ' ); ?>
119119 <?php $ labelClass = 'success ' ; ?>
120- <span class="fa fa-spinner fa-spin fa-fw py-1 bg-white ms-2 text-info " aria-hidden="true"></span>
120+ <span class="fa fa-spinner fa-spin fa-fw py-1 ms-2" aria-hidden="true"></span>
121121 </button>
122122 </div>
123123
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ Joomla = window.Joomla || {};
123123 default :
124124 }
125125 if ( infoIcon ) {
126- infoIcon . classList . remove ( 'fa-spinner' , 'fa-spin' , 'text-info' ) ;
127- infoIcon . classList . add ( `fa-${ iconClass } ` , `text-${ iconColor } ` ) ;
126+ infoIcon . classList . remove ( 'fa-spinner' , 'fa-spin' ) ;
127+ infoIcon . classList . add ( `fa-${ iconClass } ` , `text-${ iconColor } ` , 'bg-white' ) ;
128128 }
129129 // Hide table of addons to load
130130 const checkedExtensions = document . querySelector ( '#compatibilityTable0' ) ;
You can’t perform that action at this time.
0 commit comments