Description
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.
Observed behavior
The Thumbnail.vue
component was changed to use KIcon
but it was implemented inside an already existing <svg>
tag. Since KIcon
outputs an <svg>
tag itself, the pre-existing SVG tag wrapper is no longer necessary and could cause problems with display.
Expected behavior
The Thumbnail.vue
component should remove the unnecessary <svg>
wrapper and correct any visual implications from its remove.
User-facing consequences
Unknown at this time
Steps to reproduce the issue
- Open Studio
- Navigate to your channel list
- Inspect a channel that does not have a thumbnail, and therefore renders a picture icon
- Observe the icon is double wrapped like the above screenshot
Usage Details
- Browser: Chrome
- Branch: unstable