Project

General

Profile

Bug #103572

Updated by Ayke Halder about 1 month ago

In the Page Module all the content element have action buttons in the header. 

 Especially for the outer left and outer right button the visual feedback on hover is completely missing and also the click-target area is to small (blue/red). 

 h4. TYPO3 as-is 
 

 !typo3-page-module-ce-action-buttons-missing-hover.gif! !clipboard-202404082058-o2be1.png! 

 h4. Should be 
 

 !typo3-page-module-ce-action-buttons-with-hover.gif! !clipboard-202404082049-1zsl5.png! 

 h3. Further consideration 

 This kind of small icon-button on the left side is also used in other areas of the TYPO3 backend. 
 As each button has to be styled specifically with the surrounding space in mind, this is a long-running task to fix all the small buttons: 

 <pre><code class="html"> 
 <button type="button" class="btn btn-link p-0" data-contextmenu-trigger="…" data-contextmenu-table="…" data-contextmenu-uid="…">…</button> 
 </code></pre> 

 h4. List module: 
 !clipboard-202404101453-fefyg.png! 

 h4. File module - file info: 
 !clipboard-202404101457-kyk5u.png! 

Back