feat(explore): UI changes in dataset panel on Explore page (#19394)

* feat(explore): Implement new design for dataset panel

* Fixes

* Replace drag handle in dashboard builder

* Add missing types

* Type fix

* Fix tests

* Fix non-dnd version

* Fix test

* Replace margin with height
This commit is contained in:
Kamil Gabryjelski
2022-03-29 21:11:08 +02:00
committed by GitHub
parent a619cb4ea9
commit a076ae6d99
27 changed files with 386 additions and 219 deletions

View File

@@ -101,7 +101,7 @@ const Styles = styled.div`
max-height: 100%;
}
.data-source-selection {
background-color: ${({ theme }) => theme.colors.grayscale.light4};
background-color: ${({ theme }) => theme.colors.grayscale.light5};
padding: ${({ theme }) => 2 * theme.gridUnit}px 0;
border-right: 1px solid ${({ theme }) => theme.colors.grayscale.light2};
}