Skip to content

Commit

Permalink
fix: dropdown indicator in tabs has proper width and position (#12584)
Browse files Browse the repository at this point in the history
Closes #12481 , partially fix #12486
  • Loading branch information
kkucharc authored and villebro committed Jan 25, 2021
1 parent 3ccb23c commit 8b09414
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,22 +86,6 @@ const StyledTabsContainer = styled.div`
position: relative;
}
.drop-indicator--left {
left: ${({ theme }) => -theme.gridUnit * 3}px !important;
}
.drop-indicator--right {
left: ${({ theme }) => `calc(100% + ${theme.gridUnit * 6}px)`} !important;
}
.drop-indicator--bottom,
.drop-indicator--top {
width: ${({ theme }) => `calc(100% + ${theme.gridUnit * 6}px)`} !important;
}
.drop-indicator--top {
top: ${({ theme }) => theme.gridUnit * 2}px;
}
.ant-tabs {
overflow: visible;
Expand Down

0 comments on commit 8b09414

Please sign in to comment.