[Carbon 10: Notification] Inline notification visual issues
See original GitHub issueDetailed description
Describe in detail the issue you’re having.
- The warning notification has a transparent background so if it’s applied to any thing other than a white background the color doesn’t stay consistent (could use the sass
mix
function to blend it with white to make it opaque if it’s not in the IBM DL color palette) - Timestamp styling is not supported in inline notifications but is in toast notifications. I’d like to apply the same styles for both notification types without having to copy and past Carbon’s code in to my style sheets.
Is this issue related to a specific component?
Notification
What did you expect to happen? What happened instead? What would you like to see changed?
- The background on the information notification is opaque
- I don’t have to copy and paste Carbon’s code to style a timestamp
What browser are you working in?
Chrome
What version of the Carbon Design System are you using?
v10.0.0
What offering/product do you work on? Any pressing ship or release dates we should be aware of?
Watson Health Pattern & Asset Library (PAL)
Steps to reproduce the issue
Issue 1
- Change the page background color when using a warning notification
Issue 2
- Add a time stamp to an inline notification
Additional information
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (11 by maintainers)
Top Results From Across the Web
Inline notifications - Carbon Design System
Inline notifications show up in task flows, to notify users of the status of an action. They usually appear at the top of...
Read more >Notification - Carbon Design System
Notifications are messages that communicate information to the user. The two main types of notificaitons are toast notifications and inline notifications.
Read more >Inline Notification - Carbon Components
Toast notifications are typically passive, meaning they won't affect the user's workflow if not addressed. Toast Notifications use 'kind' props to specify the ......
Read more >Documentation Archive - Apple Developer
Title Resource Type Technology Date
Xcode Release Notes Release Notes 2018‑06...
Apple File System Guide Guides 2018‑06...
Understanding and Detecting OpenGL Functionality Technical Notes OpenGL 2018‑06......
Read more >CSS Notifications Examples 2022 - AVADA Commerce Blog
Designed by Jasper LaChance, these amazing notifications are beautiful and pleasant. They are used to inform viewers about three main issues. When a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@elizabethsjudd we should update to align to Carbon - thinking about the use case of inline notifications vs toast notifications, it makes more sense to just include timestamps for the toast variant 👍
The inline notifications were not originally designed to have a time stamp. We can maybe add it as a optional feature for inline but I’d like to see some research and guidelines around when and where a timestamp should be used with notifications before making it part of the default. If you have any information or thoughts around this topic we’d love to hear it.