-
Notifications
You must be signed in to change notification settings - Fork 56
uui-tab-group does not support having a gap between tabs #712
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
Conversation
…' into feature/tab-group-gap
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-712.westeurope.azurestaticapps.net |
|
What is it we are trying to achieve here using a CSS variable rather than an element property? |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-712.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-712.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-712.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-712.westeurope.azurestaticapps.net |
nielslyngsoe
left a comment
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.
Works well :-)
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-712.westeurope.azurestaticapps.net |
2 similar comments
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-712.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-712.westeurope.azurestaticapps.net |
Adds CSS variable to add gaps between tab items.
--uui-tab-group-gapOnly pixel values are valid. Any other value will be converted to pixels if possible. Invalid number values will fallback to 0
Examples
20em => 20px25% => 25px10 => 10px100whatever => 100pxsdh10 => NaN => 0pxTypes of changes
Checklist