Actions
Bug #95191
closedLess visible difference between "disabled" buttons and not "disabled" buttons in pagination
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2021-09-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
accessibility, backend UI
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Some of the buttons in the pagination button group of the redirects (and other) module are disabled if they do not apply.
In TYPO3 v10 the difference in styling between the active and disabled buttons was more noticeable. Since v11 this has changed so it is more difficult to see the difference between the active and not active buttons.
This may be an issue for accessibility, but also a general issue.
Examples¶
The buttons on the left side (|< <<) are disabled. The ones on the right side (>> >|) are not.
TYPO3 v10¶
color: rgb(215,215,215) = #d7d7d7
TYPO3 v11¶
color: rgb(115,115,115) = #737373
Files
Actions