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

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css

Issue 1853073003: [DevTools] Add "Show all" check box in Service Worker view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/resources/ServiceWorkersView.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/resources/serviceWorkersView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css b/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css
index 126b77d7deadd32d609c623af2dd20ac2107b1e8..86646e7dda695ce244f0b45d8ec27c11cfd67873 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css
@@ -4,6 +4,10 @@
* found in the LICENSE file.
*/
+.service-workers-view {
+ overflow-y: scroll;
+}
+
.service-workers-view > .toolbar {
border-bottom: 1px solid #dadada;
}
@@ -12,7 +16,6 @@
-webkit-user-select: text;
margin: 0;
padding: 5px;
- display: flex;
}
.service-workers-root ol {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698