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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
94587831d5
commit
305de28f4e
@@ -67,7 +67,6 @@ const Point = styled(Layout.Horizontal)<{
|
|||||||
lineHeight: '16px',
|
lineHeight: '16px',
|
||||||
':hover': {
|
':hover': {
|
||||||
background: theme.selectionBackgroundColor,
|
background: theme.selectionBackgroundColor,
|
||||||
paddingBottom: 5,
|
|
||||||
zIndex: 2,
|
zIndex: 2,
|
||||||
'> span': {
|
'> span': {
|
||||||
whiteSpace: 'initial',
|
whiteSpace: 'initial',
|
||||||
|
|||||||
Reference in New Issue
Block a user