Browse Source

fix(ui): NavTab font size (#30035)

NavTabs should consistently use the default font size (16px). Removing the hardcoded size of 15px from shared-components.less
Vu Luong 3 years ago
parent
commit
cb2efcd563
2 changed files with 0 additions and 2 deletions
  1. 0 1
      static/app/components/layouts/thirds.tsx
  2. 0 1
      static/less/shared-components.less

+ 0 - 1
static/app/components/layouts/thirds.tsx

@@ -111,7 +111,6 @@ export const HeaderNavTabs = styled(NavTabs)`
   }
   & > li > a {
     padding: ${space(1)} 0;
-    font-size: ${p => p.theme.fontSizeLarge};
     margin-bottom: 4px;
   }
   & > li.active > a {

+ 0 - 1
static/less/shared-components.less

@@ -1168,7 +1168,6 @@ header + .alert {
     }
 
     > a {
-      font-size: 15px;
       padding: 0 0 10px;
       margin: 0;
       border: 0;