Commit 720004c1 authored by Mathias Bynens's avatar Mathias Bynens Committed by Commit Bot

[devtools] Improve Dark Theme third-party badges

Previously, the third-party badges in the Network pane weren't legible
with the DevTools Dark Theme enabled. This patch fixes that.

Screenshot: http://goo.gle/devtools-dark-3pb

BUG=1003942, 1004246

Change-Id: Idea50cd4fbe458d171fbd7468dd0394a7a28ef04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1805658Reviewed-by: default avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#696785}
parent 13ae4c22
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
display: none; display: none;
} }
:host-context(.-theme-with-dark-background) .product-registry-badge::before {
color: #000;
}
.product-registry-badge-title { .product-registry-badge-title {
padding-left: 4px; padding-left: 4px;
} }
\ No newline at end of file
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