-
Notifications
You must be signed in to change notification settings - Fork 47
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
uui-tab-group does not support having a gap between tabs #712
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 |
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-gap
Only pixel values are valid. Any other value will be converted to pixels if possible. Invalid number values will fallback to 0
Examples
20em => 20px
25% => 25px
10 => 10px
100whatever => 100px
sdh10 => NaN => 0px
Types of changes
Checklist