Explore: Start using PanelChrome as container (#66370)

* Explore: Start using PanelChrome as container

* fix test

* Fixing issue with test and timerange
This commit is contained in:
Torkel Ödegaard
2023-04-12 18:58:08 +02:00
committed by GitHub
parent 0c032460ca
commit 4ea7677bff
8 changed files with 67 additions and 52 deletions

View File

@@ -12,7 +12,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
label: collapse;
margin-bottom: ${theme.spacing(1)};
background-color: ${theme.colors.background.primary};
border: 1px solid ${theme.colors.border.medium};
border: 1px solid ${theme.colors.border.weak};
position: relative;
border-radius: ${theme.shape.radius.default};
width: 100%;

View File

@@ -252,7 +252,6 @@ const getStyles = (theme: GrafanaTheme2) => {
height: '100%',
display: 'flex',
flexDirection: 'column',
flex: '1 1 0',
'.show-on-hover': {
visibility: 'hidden',