Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css

Issue 2183543003: DevTools: Keep timeline counters graph colors independent of dark theme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: redid it Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
index b22cebb2bcff782b3154e6b87e6047365aca99d5..0c1df94e434e27a157cdb179518b4c135fe86ea1 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
@@ -157,7 +157,7 @@ input {
background-color: white;
}
-:host-context(.-theme-with-dark-background) input[type="checkbox"] {
+:host-context(.-theme-with-dark-background) input[type="checkbox"]::not(.-theme-preserve) {
-webkit-filter: invert(80%);
}
@@ -166,7 +166,6 @@ input[type="text"]:focus {
outline: auto rgb(56, 121, 217);
}
-
.highlighted-search-result.current-search-result {
border-radius: 1px;
padding: 1px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698