Feature #93602
closedSVG-Icon as a selector of the BackendLayout is too big-sized
0%
Description
I defined a svg as an icon (see file) for a customized backend-layout.
I got big sized icons in the backend. (screenshot)
There is already a CSS-rule for '.icon-list .item img {}'. The rules defines the max-size to 128px; I don't know, where this rule is although used. because 128px is big.
Suggestion: Add a new CSS to prohibit big-sized icons in the backend.
@
.t3js-forms-select-single-icons.icon-list .item img {
width: 16px;
height: 16px;
}
@
Files
Updated by Jochen Roth over 3 years ago
- Related to Task #94507: Clipboard optimization UI added
Updated by Jochen Roth over 3 years ago
This seems to be fixed in latest master, so it will be in v11.3
Updated by Riccardo De Contardi over 3 years ago
I attach here the result I got with TYPO3 11.4.0-dev (latest master) and the svg icon provided on this issue.
See attached Schermata 2021-08-06 alle 19.25.40.png
Updated by Riccardo De Contardi about 3 years ago
- Status changed from New to Needs Feedback
Is this issue still relevant?
Updated by Christian Kuhn almost 3 years ago
- Status changed from Needs Feedback to Closed
Hey. I hope it's ok to close here since it sounds as if the issue has been resolved meanwhile. Please re-open or create a fresh issue in case we missed something.