Browse Source

fix(ui): removed border on dark mode (#27251)

Robin Rendle 3 years ago
parent
commit
758ff2708a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      static/app/styles/global.tsx

+ 0 - 3
static/app/styles/global.tsx

@@ -148,9 +148,6 @@ const styles = (theme: Theme, isDark: boolean) => css`
         .group-detail h3 em {
           color: ${theme.subText};
         }
-        .context-summary {
-          border-top: 1px solid ${theme.border};
-        }
         .event-details-container {
           background-color: ${theme.background};
           .secondary {