Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web component Multi-select has pseudo element ::after with content: '' instead of content: none #11979

Open
2 tasks done
T-Y-i opened this issue Aug 14, 2024 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working dev Needs some dev work

Comments

@T-Y-i
Copy link

T-Y-i commented Aug 14, 2024

Description

The pseudo-elements that come with some components, including multi-select, has a wrong default value of content: '' instead of content: none, thus showing unintended graphics.

e.g. for multi-select, there is a line behind the black "pill"

image

Component(s) impacted

multi-select, and any components which use pseudo-elements ::after or ::before with content: ''

Browser

Chrome

Carbon for IBM.com version

v2.11.1

Severity

Severity 3 = The problem is visible or noticeable to users but does not impede the usability or functionality. Affects minor functionality, has a workaround.

Application/website

IBM watsonx orchestrate

Package

@carbon/web-components

CodeSandbox example

https://web-components.carbondesignsystem.com/?path=/story/components-multi-select--playground

Steps to reproduce the issue (if applicable)

It is reproducible in https://web-components.carbondesignsystem.com/?path=/story/components-multi-select--playground already.

Release date (if applicable)

No response

Code of Conduct

@T-Y-i T-Y-i added bug Something isn't working dev Needs some dev work labels Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dev Needs some dev work
Projects
Status: No status
Development

No branches or pull requests

1 participant