Commit 9c42caf6 authored by Joel Einbinder's avatar Joel Einbinder Committed by Commit Bot

DevTools: Fix 1px gap on the console group nesting level marker

The border was missing a pixel, and so didn't look like a solid line.

https://imgur.com/a/jjEPH9g

Change-Id: I647953188d2029670851201cb7b2d43e09cf37d1
Reviewed-on: https://chromium-review.googlesource.com/1244113
Commit-Queue: Joel Einbinder <einbinder@chromium.org>
Reviewed-by: default avatarErik Luo <luoe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594091}
parent 395ca8ad
...@@ -271,6 +271,7 @@ ...@@ -271,6 +271,7 @@
border-right: 1px solid #a5a5a5; border-right: 1px solid #a5a5a5;
position: relative; position: relative;
margin-bottom: -1px; margin-bottom: -1px;
margin-top: -1px;
} }
.console-message-wrapper:last-child .nesting-level-marker::before, .console-message-wrapper:last-child .nesting-level-marker::before,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment