This is an automated email from the ASF dual-hosted git repository.

suddjian pushed a commit to branch all-charts-category-alone
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 81e24074eb8a67519321a95da9d80c5156aeb289
Author: David Aaron Suddjian <[email protected]>
AuthorDate: Mon Jul 26 17:06:04 2021 -0700

    remove broken font-size declarations
---
 .../src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx
 
b/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx
index e50df45..e402231 100644
--- 
a/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx
+++ 
b/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx
@@ -169,9 +169,6 @@ const SearchWrapper = styled.div`
   ${({ theme }) => `
     grid-area: search;
     margin: ${theme.gridUnit * 2}px ${theme.gridUnit * 3}px;
-    input {
-      font-size: ${theme.typography.sizes.s};
-    }
     .ant-input-affix-wrapper {
       padding-left: ${theme.gridUnit * 2}px;
     }
@@ -194,7 +191,6 @@ const SelectorLabel = styled.button`
     padding: 0 ${theme.gridUnit * 6}px 0 ${theme.gridUnit}px;
     border-radius: ${theme.borderRadius}px;
     line-height: 2em;
-    font-size: ${theme.typography.sizes.s};
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;

Reply via email to