mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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%;
|
||||
|
||||
@@ -252,7 +252,6 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
height: '100%',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
flex: '1 1 0',
|
||||
|
||||
'.show-on-hover': {
|
||||
visibility: 'hidden',
|
||||
|
||||
Reference in New Issue
Block a user