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

Unified Diff: third_party/WebKit/Source/devtools/front_end/settings/editFileSystemView.css

Issue 2780903003: DevTools: [Workspaces] remove support for .devtools file (Closed)
Patch Set: rebaseline 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
Index: third_party/WebKit/Source/devtools/front_end/settings/editFileSystemView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/settings/editFileSystemView.css b/third_party/WebKit/Source/devtools/front_end/settings/editFileSystemView.css
index 30f3ec275bb6a2f6d6edd9382ba5ed6c195eadc0..7bf411c8f3891c2b7019c863a4e16196083b6903 100644
--- a/third_party/WebKit/Source/devtools/front_end/settings/editFileSystemView.css
+++ b/third_party/WebKit/Source/devtools/front_end/settings/editFileSystemView.css
@@ -75,16 +75,3 @@
width: 100%;
text-align: inherit;
}
-
-.file-system-locked {
- flex: none;
- visibility: hidden;
-}
-
-.file-system-locked:after {
- content: "\1F512";
-}
-
-.file-system-list-item.locked .file-system-locked {
- visibility: visible;
-}

Powered by Google App Engine
This is Rietveld 408576698