-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Allow More Flexibility in DBTabs Children #4898
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
base: main
Are you sure you want to change the base?
Conversation
|
let's try out db-ux-design-system#4895 in this one.
|
@timgrohmann thank you for your PR. Right now, there is one issue with this implementation. You aren't able to have DBTabs inside another DBTabs. Why so you want to change the selector in the first place? P.S.: Sadly, we need to refactor the DBTabs anyways. Right now we use |
|
@nmerget Ah yes, I didn't consider nesting the When are you planning the refactoring you mentioned? |
|
There are some issues with the "tabs' label. All of them should be resolved with the refactoring. And it would be great if the developers could choose between a |
Proposed changes
Change the CSS that controls visibility of tab content in DBTabs to be more flexible without breaking current behaviour. See #4893
Types of changes