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
When Tabs component reverts to Dropdown at Md breakpoint:
Make dropdown field Gray 20 on select (i.e. when menu is open)
Change field height of Dropdown to 40px and change menu item heights to 40px as well!
Make sure hover states on open Dropdown menu will be #e5e5e5 (Gray 10 hover)
Make sure hover state covers the rules (see file and also, structured list component); i.e. you don't want to see hover state AND rules at the same time
Use chevron glyph (can ask @joshblack if you have trouble finding) for icon
Position chevron 16px from the right edge of the dropdown
…1451 (#1458)
* feat(tabs): add Tabs experimental component
* feat(tabs): add outline to focused tab
* feat(tabs): adds disabled tab item for experimental component
* style(tabs): adds disabled style variable for tabs--x
* feat(tabs): adds experimental tab component
Fixes#1293
* feat(max-breakpoints): add mixin for mobile media queries used in tabs
* fix(tabs): add mobile styling for experimental tabs
* fix(disabled tabs): add disabled tab with other tab items in config file
* fix(tabs): adds disabled functionality on event handlers
* feat(tabs): adds testing for disabled tab
* fix(tabs): changes padding on focus border for link
* fix(tabs): added padding to item border-bottom
* feat(tabs): add functionality for new class on menu open
* feat(tabs): add new class to transition arrow on open
* fix(tabs): change padding for focus on dropdown items
* fix(tabs-test): adds new class option in test
* fix(tabs-test): adds testing for tabs-trigger--open class
* fix(tabs): adds tabindex to a tag for focus state
* fix(tabs): adds :active class to a tag for focus state in Safari
* fix(tabs): fixed transition on dropdown
* fix(tabs): change hover bg color and input heights
* fix(tabs): fix chevron height and width
* fix(tabs): change arrow to new chevron icon
* fix(tabs): fix selected item background color
* fix(tabs): fix icon for stable mode
* fix(tabs): add componentsX configuration
* fix(tabs): add top padding to nav instead of nav item for hover bug
* feat(spacing): add token for 1px spacing
* feat(spacing): add note for 4xs spacing
When Tabs component reverts to Dropdown at Md breakpoint:
Drop_down_Specs_revised.png
The text was updated successfully, but these errors were encountered: