Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(tab): click overflow button to page
  • Loading branch information
jaketrent committed May 23, 2019
1 parent 062aaec commit 9513567
Show file tree
Hide file tree
Showing 4 changed files with 1,419 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/tab/src/css/index.js
Expand Up @@ -43,7 +43,6 @@ export default {
position: 'relative',
width: '100%',
height: '64px',
outline: '1px solid red',
overflow: 'hidden',
'&:focus': {
outline: 'none',
Expand All @@ -69,6 +68,7 @@ export default {
display: 'flex',
height: '64px',
transform: 'translateX(0)'
// transition: `transform ${core.motion.speedSlow} ease-in-out`
},

'.psds-tab__overflow-button': {
Expand Down

0 comments on commit 9513567

Please sign in to comment.