You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove inserter pattern overrides
* Make font weights 400 (inactive) and 500 (active)
* Apply styles only when vertical.
* Make vertical indicator theme accent color at 4% opacity.
* Make height 48px.
* Add radius.
* Also use hover styles in focus-visible.
* Fix indicator not visible in inserter > patterns/media.
* Adjust padding.
* Tweak focus ring.
* Wrap long labels.
* Add chevron and fix a few minor details.
* Fix merge issues.
* Fix focus indicator (gets cropped with the new overflow auto setting)
* Fix unwanted chevron.
* Fix unwanted nested scrollbar in inserter > patterns/media vertical tabs.
* Switch to transform for performance.
* Adjust border-radius based on scaling factor.
Co-authored-by: DaniGuardiola <[email protected]>
Co-authored-by: ciampo <[email protected]>
Co-authored-by: stokesman <[email protected]>
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: ndiego <[email protected]>
Co-authored-by: jeryj <[email protected]>
* Apply feedback.
* Add changelog entry.
* Switch to `padding-inline`.
* Remove unnecessary styles.
* Fix horizontal tabs height.
* Remove more unnecessary styles (padding).
* Make horizontal padding specific to inline.
* Make flex/whitespace styles more explicit.
* Make scroll margin specific to vertical tabs.
* The "inline" in inline-flex is unnecessary and confusing, removed it.
* Remove unnecessary position: relative
* Make resets more explicit
* Remove unnecessary text-align.
* Improve comment
* Remove unnecessary margin-left
* Clean up TabList styles.
* Adjust text-align.
* Clean up selector
* Fix focus indicator
* Clean up position: relative.
* Fix typo.
* Add position: relative back.
* Improve focus indicator when selectOnMove is enabled.
* Add fade in effect to chevron when selectOnMove is enabled.
* Use [data-focus-visible] consistently.
* Styles clean up.
* Add comment for clarity.
* Move scroll-margin to the right place.
* Use CSS variable for accuracy.
* Fix overflow.
* Skip failing test for Safari :(
* Fix flashing issue.
* Transition chevron only on selected and not on hover or focus-visible.
* Improve chevron opacity transition with suggested value.
* fix changelog
0 commit comments