Skip to content

Double wrapped thumbnail icon SVG #4991

@bjester

Description

@bjester

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.

Image

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

  1. Open Studio
  2. Navigate to your channel list
  3. Inspect a channel that does not have a thumbnail, and therefore renders a picture icon
  4. Observe the icon is double wrapped like the above screenshot

Usage Details

  • Browser: Chrome
  • Branch: unstable

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions