mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
Jaeger: upstream fix for hovering on log lines (#26426)
* Jaeger: upstream fix for hovering on log lines * Modify active style to change border color only
This commit is contained in:
parent
fba329f3ac
commit
43033ddf74
@ -43,7 +43,7 @@ export const getStyles = createStyle((theme: Theme) => {
|
|||||||
/* The size of the indentGuide is based off of the iconWrapper */
|
/* The size of the indentGuide is based off of the iconWrapper */
|
||||||
padding-right: calc(0.5rem + 12px);
|
padding-right: calc(0.5rem + 12px);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-left: 1px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
@ -53,12 +53,9 @@ export const getStyles = createStyle((theme: Theme) => {
|
|||||||
`,
|
`,
|
||||||
indentGuideActive: css`
|
indentGuideActive: css`
|
||||||
label: indentGuideActive;
|
label: indentGuideActive;
|
||||||
padding-right: calc(0.5rem + 11px);
|
border-color: ${autoColor(theme, 'darkgrey')};
|
||||||
border-left: 0px;
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
background-color: transparent;
|
||||||
padding-left: 3px;
|
|
||||||
background-color: ${autoColor(theme, 'darkgrey')};
|
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
iconWrapper: css`
|
iconWrapper: css`
|
||||||
|
Loading…
Reference in New Issue
Block a user