Browse Source

fix(codecov): Override marker content (#44030)

We're using `::before` to handle the codecov background colors and
border, add another disable on the marker
Scott Cooper 2 years ago
parent
commit
c9ce2e7e56
1 changed files with 4 additions and 0 deletions
  1. 4 0
      static/app/components/events/interfaces/frame/context.tsx

+ 4 - 0
static/app/components/events/interfaces/frame/context.tsx

@@ -283,6 +283,10 @@ const StyledContextLine = styled(ContextLine)`
   z-index: 1000;
   list-style: none;
 
+  &::marker {
+    content: none;
+  }
+
   &:before {
     content: counter(frame);
     counter-increment: frame;