diff --git a/frontend/app/components/Session_/PageInsightsPanel/PageInsightsPanel.tsx b/frontend/app/components/Session_/PageInsightsPanel/PageInsightsPanel.tsx index 7ccbdd213..8929a3b5b 100644 --- a/frontend/app/components/Session_/PageInsightsPanel/PageInsightsPanel.tsx +++ b/frontend/app/components/Session_/PageInsightsPanel/PageInsightsPanel.tsx @@ -44,8 +44,8 @@ function PageInsightsPanel({ filters, fetchInsights, events = [], insights, urlO }; return ( -
-
+
+
-
In Page:
+
In Page
diff --git a/frontend/app/components/Session_/PageInsightsPanel/components/SelectorsList/SelectorsList.tsx b/frontend/app/components/Session_/PageInsightsPanel/components/SelectorsList/SelectorsList.tsx index ec90aa494..bc435b26b 100644 --- a/frontend/app/components/Session_/PageInsightsPanel/components/SelectorsList/SelectorsList.tsx +++ b/frontend/app/components/Session_/PageInsightsPanel/components/SelectorsList/SelectorsList.tsx @@ -10,18 +10,16 @@ interface Props { } function SelectorsList({ targets, activeTargetIndex }: Props) { - return ( -
- - { targets && targets.map((target, index) => ( - - ))} - -
+ return ( + + { targets && targets.map((target, index) => ( + + ))} + ) } diff --git a/frontend/app/components/Session_/Player/Overlay/ElementsMarker/Marker.css b/frontend/app/components/Session_/Player/Overlay/ElementsMarker/Marker.css index f8d1b8079..28f9c5422 100644 --- a/frontend/app/components/Session_/Player/Overlay/ElementsMarker/Marker.css +++ b/frontend/app/components/Session_/Player/Overlay/ElementsMarker/Marker.css @@ -1,7 +1,7 @@ .marker { position: absolute; z-index: 100; - border: 2px dashed transparent; + border: 2px dotted transparent; cursor: pointer; user-select: none; @@ -57,7 +57,7 @@ } .active { - border: 2px dashed $tealx; + border: 2px dotted $tealx; & .index { opacity: 1