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

[bug]: Background of textarea fields is transparent #3507

Open
gfellerph opened this issue Sep 6, 2024 · 0 comments
Open

[bug]: Background of textarea fields is transparent #3507

gfellerph opened this issue Sep 6, 2024 · 0 comments
Labels
🐞 bug Something isn't working ❇️ good first issue Good for newcomers 🧷 has workaround 📦 styles Related to the @swisspost/design-system-styles package v8

Comments

@gfellerph
Copy link
Member

gfellerph commented Sep 6, 2024

Describe the bug
The background of focused textarea fields is transparent. Before it was white. This does not work anymore if there's a different background color.

image

Expected behavior
image

Additional information
https://teams.microsoft.com/l/message/19:e7fa68fb13eb40b4bf4604edea5f4b3e@thread.tacv2/1725629178479?tenantId=3ae7c479-0cf1-47f4-8f84-929f364eff67&groupId=123c7c9e-052a-40e6-98d3-6cc6d46bad0a&parentMessageId=1725629178479&teamName=Design%20System&channelName=%F0%9F%9A%91%20Support&createdTime=1725629178479

Workaround

input.form-control:focus {
    background-color: white !important;
}
@gfellerph gfellerph added 🐞 bug Something isn't working 📦 components Related to the @swisspost/design-system-components package 🧷 has workaround 📦 styles Related to the @swisspost/design-system-styles package and removed 📦 components Related to the @swisspost/design-system-components package labels Sep 6, 2024
@gfellerph gfellerph changed the title [bug]: [bug]: Background of textarea fields is transparent Sep 6, 2024
@gfellerph gfellerph added v8 ❇️ good first issue Good for newcomers labels Sep 6, 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 ❇️ good first issue Good for newcomers 🧷 has workaround 📦 styles Related to the @swisspost/design-system-styles package v8
Projects
Status: 👀 Triage
Development

No branches or pull requests

1 participant