Skip to content

Commit

Permalink
Tweak css definition for span tree offset color (#604)
Browse files Browse the repository at this point in the history
Signed-off-by: Everett Ross <reverett@uber.com>
  • Loading branch information
everett980 committed Jul 24, 2020
1 parent f3f7c90 commit ade1d34
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 ade1d34

Please sign in to comment.