From 305de28f4e65b1411501697180c984e55009245e Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Tue, 7 Mar 2023 11:23:20 -0800 Subject: [PATCH] MarkerTimeline remove hover padding Summary: Remove the bottom padding as this was not really making it any better. Reviewed By: antonk52 Differential Revision: D43872178 fbshipit-source-id: 8302385d190c65000afda02b5c8aa9d272ccc271 --- desktop/flipper-plugin/src/ui/MarkerTimeline.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx b/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx index 82939ff90..dcf7a7531 100644 --- a/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx +++ b/desktop/flipper-plugin/src/ui/MarkerTimeline.tsx @@ -67,7 +67,6 @@ const Point = styled(Layout.Horizontal)<{ lineHeight: '16px', ':hover': { background: theme.selectionBackgroundColor, - paddingBottom: 5, zIndex: 2, '> span': { whiteSpace: 'initial',