Bug #70220
closedRemove default background if avatar image is assigned
100%
Description
If a transparent avatar image is assigned the default avatar shines through (see example image).
This might be fixed by just using an <img>-Tag for including the default avatar SVG and removing the CSS background and :after pseudo element. If a custom avatar is uploaded its path is assigned to the src attribute, otherwise the SVG default one is.
Another solution would be to add a CSS class modifier if a custom avatar is assigned and then just override the needed CSS rules.
Files
Updated by Frans Saris about 9 years ago
- Status changed from New to Accepted
We should go for the svg as default image solution and drop the background image
Updated by Riccardo De Contardi almost 9 years ago
- Target version set to Candidate for patchlevel
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45191
Updated by Michael Oehlhof almost 9 years ago
- Assignee set to Michael Oehlhof
- Target version changed from Candidate for patchlevel to 7.6.1
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45191
Updated by Michael Oehlhof almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f624f0aa1dd8e9b0d239fd64b9deb146467d905c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed