mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
explore logs styling
This commit is contained in:
parent
03b5f32e07
commit
5ac3b5a561
@ -64,10 +64,11 @@ $column-horizontal-spacing: 10px;
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding-right: $column-horizontal-spacing;
|
padding-right: $column-horizontal-spacing;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
border-top: 1px solid transparent;
|
||||||
|
border-bottom: 1px solid transparent;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
padding-left: $column-horizontal-spacing - 2px;
|
padding-left: $column-horizontal-spacing - 2px;
|
||||||
// border-left: 2px solid transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
@ -76,15 +77,8 @@ $column-horizontal-spacing: 10px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
> div {
|
|
||||||
// border-left: 2px solid $blue;
|
|
||||||
background: $page-bg;
|
background: $page-bg;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&:nth-child(odd) {
|
|
||||||
// background: $page-bg;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs-row__time {
|
.logs-row__time {
|
||||||
|
Loading…
Reference in New Issue
Block a user