You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When date input has theme="dark", and you select the browser input suggestion, the suggestion is still accepted correctly but it shows a white background rather than one that matches the date input, so it looks odd.
🪜 How to reproduce
Tell us the steps to reproduce the problem:
Go to date input in dark mode
Click on a browser suggestion
See the error
📸 Screenshots or code
🖥 📱 Device
Device: Macbook
Browser version: Chrome
🧐 Expected behaviour
The background of the suggestion should be transparent, or at least --ic-color-background-primary so it picks up on the correct light/dark colour
Summary of the bug
When date input has
theme="dark"
, and you select the browser input suggestion, the suggestion is still accepted correctly but it shows a white background rather than one that matches the date input, so it looks odd.🪜 How to reproduce
Tell us the steps to reproduce the problem:
📸 Screenshots or code
🖥 📱 Device
🧐 Expected behaviour
The background of the suggestion should be transparent, or at least
--ic-color-background-primary
so it picks up on the correct light/dark colourAdditional info
I think it's a problem with this line in the css:
input:-webkit-autofill {
box-shadow: 0 0 0 var(--ic-space-sm) var(--ic-architectural-white) inset;
}
The text was updated successfully, but these errors were encountered: