-
Notifications
You must be signed in to change notification settings - Fork 0
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
Jira PRO-308 Oui NotiTray Refactor #32
Jira PRO-308 Oui NotiTray Refactor #32
Conversation
… feature/notification-tray
….com:oberd/oui into feature/pro-262-notification-tray-refactored
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/* overflow: visible; */ | ||
} | ||
|
||
oui-nav-bar { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, is there a difference in browser compatibility when using custom element selectors? I'm specifically thinking that older browsers may treat all custom elements as divs and not catch this styling, but don't know, might be fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be fine as long as the browser supports custom elements, but I haven't found much in regards to that specific issue.
good work @peterztan , left some comments |
….com:oberd/oui into feature/pro-262-notification-tray-refactored
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job @peterztan !
Refactored Notification tray, add storybook usages example and vanilla js basic example.