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

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

Issue 1940993002: DevTools: simplify Service Workers panel UI, remove non-actionable data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 a6f546e4e942d2bced3d40f34d1a6d8bed7a519f..e034d88f755b714854e28dd51ef81d07f1a9012a 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
@@ -142,7 +142,7 @@ iframe.widget {
.link {
cursor: pointer;
text-decoration: underline;
- color: rgb(17, 85, 204);
+ color: rgb(17, 85, 204);
caseq 2016/05/05 01:09:22 revert?
}
button,
@@ -272,3 +272,7 @@ body.inactive select.chrome-select,
background-color: #333;
-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
}
+
+label[is=dt-icon-label] {
+ flex: none;
+}

Powered by Google App Engine
This is Rietveld 408576698