Skip to content

Commit

Permalink
Tweak css definition for span tree offset color (jaegertracing#604)
Browse files Browse the repository at this point in the history
Signed-off-by: Everett Ross <reverett@uber.com>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
  • Loading branch information
everett980 authored and vvvprabhakar committed Jul 4, 2021
1 parent c7685e2 commit 4a4557e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ limitations under the License.
}

.SpanTreeOffset--indentGuide.is-active {
border-left: 3px solid darkgrey;
border-left-color: darkgrey;
}

.SpanTreeOffset--indentGuide.is-active:before {
background-color: transparent;
background-color: darkgrey;
}

.SpanTreeOffset--iconWrapper {
Expand Down

0 comments on commit 4a4557e

Please sign in to comment.