From a997357859e5cad88edb788040232b1aaa47260a Mon Sep 17 00:00:00 2001 From: Vince Picone Date: Thu, 30 Apr 2020 13:33:02 -0500 Subject: [PATCH] fix: remove listbox overrides (#830) --- .../src/components/Tabs/Tabs.module.scss | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/packages/gatsby-theme-carbon/src/components/Tabs/Tabs.module.scss b/packages/gatsby-theme-carbon/src/components/Tabs/Tabs.module.scss index 6b59aaced..e97057f16 100644 --- a/packages/gatsby-theme-carbon/src/components/Tabs/Tabs.module.scss +++ b/packages/gatsby-theme-carbon/src/components/Tabs/Tabs.module.scss @@ -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; - } -}