Actions
Bug #103328
openUX: CEs preview-text is linked but not fully clickable
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-03-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
UX
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
In the BE there is some preview text for each content-element. Unfortunatelly the clickable area is non-continuous, which results in flickering on hover and missed clicks.
This behaviour can be reproduced in Firefox and also in Chrome.
Technical background¶
This can only be shown in Firefox Dev Tools. Chrome just shows a continous link-area, but also behaves like having a non-continuous link-area.
Suggested fix¶
Add padding-top
and padding-bottom
to the a
element.
Files
Actions