Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Commit bb07549

Browse files
authored
Merge pull request #1461 from openlattice/develop
Release 2021-09-24
2 parents b597a59 + 5077aad commit bb07549

File tree

6 files changed

+3132
-3351
lines changed

6 files changed

+3132
-3351
lines changed

src/drawer/src/components/__snapshots__/Drawer.test.js.snap

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -283,45 +283,25 @@ exports[`Drawer snapshots isOpen = true 1`] = `
283283
</div>
284284
}
285285
>
286-
<LockToggle
287-
accountForScrollbars={true}
288-
isActive={true}
289-
>
290-
<SheetProvider
291-
accountForScrollbars={true}
292-
isActive={true}
286+
<TouchScrollable>
287+
<OverlayOuterContainer
288+
transparent={false}
293289
>
294-
<TouchProvider
295-
accountForScrollbars={true}
296-
isActive={true}
290+
<div
291+
className="c0"
297292
>
298-
<ScrollLock
299-
accountForScrollbars={true}
300-
isActive={true}
293+
<OverlayInnerContainer
294+
isScrollable={true}
295+
onClick={[Function]}
301296
>
302-
<TouchScrollable>
303-
<OverlayOuterContainer
304-
transparent={false}
305-
>
306-
<div
307-
className="c0"
308-
>
309-
<OverlayInnerContainer
310-
isScrollable={true}
311-
onClick={[Function]}
312-
>
313-
<div
314-
className="c1"
315-
onClick={[Function]}
316-
/>
317-
</OverlayInnerContainer>
318-
</div>
319-
</OverlayOuterContainer>
320-
</TouchScrollable>
321-
</ScrollLock>
322-
</TouchProvider>
323-
</SheetProvider>
324-
</LockToggle>
297+
<div
298+
className="c1"
299+
onClick={[Function]}
300+
/>
301+
</OverlayInnerContainer>
302+
</div>
303+
</OverlayOuterContainer>
304+
</TouchScrollable>
325305
</Portal>
326306
</Portal>
327307
</Transition>

src/layout/src/components/App/styled/NavigationWrapper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const NavigationWrapper = styled.nav`
1919
> a {
2020
align-items: center;
2121
border-bottom: 3px solid transparent;
22-
color: ${NEUTRAL.N500};
22+
color: ${NEUTRAL.N600};
2323
display: flex;
2424
font-size: 12px;
2525
font-weight: normal;
@@ -42,7 +42,7 @@ const NavigationWrapper = styled.nav`
4242
}
4343
4444
&:hover {
45-
border-bottom: 3px solid ${NEUTRAL.N500};
45+
border-bottom: 3px solid ${NEUTRAL.N600};
4646
color: ${NEUTRAL.N700};
4747
cursor: pointer;
4848
}

0 commit comments

Comments
 (0)