Skip to content

Commit

Permalink
fix: remove listbox overrides (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Apr 30, 2020
1 parent 2fc80b5 commit a997357
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions packages/gatsby-theme-carbon/src/components/Tabs/Tabs.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,3 @@
.tab-list li:last-of-type .tab {
border-right: none;
}

// workaround for https://github.com/carbon-design-system/carbon/pull/4928
:global {
.#{$prefix}--list-box__menu {
max-height: 10rem;
overflow-x: hidden;
}

.#{$prefix}--list-box__menu-item,
.#{$prefix}--list-box__menu-item__option,
.#{$prefix}--dropdown {
height: 3rem;
}

.#{$prefix}--list-box__menu-item__option {
width: 100%;
display: flex;
align-items: center;
}
}

1 comment on commit a997357

@vercel
Copy link

@vercel vercel bot commented on a997357 Apr 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.