mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Tweak inline editor border styling (#70099)
This commit is contained in:
@@ -110,7 +110,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: ${theme.components.panel.background};
|
background: ${theme.components.panel.background};
|
||||||
border: 1px solid ${theme.colors.border.strong};
|
border: 1px solid ${theme.colors.border.weak};
|
||||||
box-shadow: ${theme.shadows.z3};
|
box-shadow: ${theme.shadows.z3};
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@@ -125,7 +125,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: ${theme.colors.background.canvas};
|
background: ${theme.colors.background.canvas};
|
||||||
border: 1px solid ${theme.colors.border.weak};
|
border-bottom: 1px solid ${theme.colors.border.weak};
|
||||||
height: 40px;
|
height: 40px;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
`,
|
`,
|
||||||
|
|||||||
Reference in New Issue
Block a user