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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/blockedURLsPane.css

Issue 2814563004: [DevTools] Handle blocked urls disabled state better in UI (Closed)
Patch Set: Created 3 years, 8 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/network/BlockedURLsPane.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/network/blockedURLsPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/blockedURLsPane.css b/third_party/WebKit/Source/devtools/front_end/network/blockedURLsPane.css
index b1a7221c358fbb70f5b18927e29d62ab4accbc28..1ba8d6679b146b858e648a3c6b38a262684a2370 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/blockedURLsPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/blockedURLsPane.css
@@ -9,6 +9,11 @@
border-top: 1px solid #dadada !important;
}
+.blocking-disabled {
+ pointer-events: none;
+ opacity: 0.8;
+}
+
.editor-container {
padding: 0 4px;
}
@@ -42,6 +47,7 @@
.blocked-url-checkbox {
margin-left: 8px;
+ flex: none;
}
.blocked-url-label {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698