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 */
|
||||
padding-right: calc(0.5rem + 12px);
|
||||
height: 100%;
|
||||
border-left: 1px solid transparent;
|
||||
border-left: 3px solid transparent;
|
||||
display: inline-flex;
|
||||
&::before {
|
||||
content: '';
|
||||
@ -53,12 +53,9 @@ export const getStyles = createStyle((theme: Theme) => {
|
||||
`,
|
||||
indentGuideActive: css`
|
||||
label: indentGuideActive;
|
||||
padding-right: calc(0.5rem + 11px);
|
||||
border-left: 0px;
|
||||
border-color: ${autoColor(theme, 'darkgrey')};
|
||||
&::before {
|
||||
content: '';
|
||||
padding-left: 3px;
|
||||
background-color: ${autoColor(theme, 'darkgrey')};
|
||||
background-color: transparent;
|
||||
}
|
||||
`,
|
||||
iconWrapper: css`
|
||||
|
Loading…
Reference in New Issue
Block a user