fix: Hold hover state on DocumentListItem while DocumentMenu is open

This commit is contained in:
Tom Moor
2021-01-02 20:02:57 -08:00
parent 308d4bd797
commit 68bbd9fa34
2 changed files with 25 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ const Button = styled.button`
line-height: 0;
border: 0;
padding: 0;
cursor: pointer;
user-select: none;
`;
export default React.forwardRef<any, typeof Button>((props, ref) => (