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

Unified Diff: Source/devtools/front_end/resources/resourcesPanel.css

Issue 1172643002: DevTools: migrate sidebar pane's titleElement to use Toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: only using latin1 in css Created 5 years, 6 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 | « Source/devtools/front_end/profiler/profilesPanel.css ('k') | Source/devtools/front_end/sidebarPane.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/resources/resourcesPanel.css
diff --git a/Source/devtools/front_end/resources/resourcesPanel.css b/Source/devtools/front_end/resources/resourcesPanel.css
index 8a96a6fecbe799ea224ab4c861a0767b43c29d7f..066f4d57cc3cf88c2e66a72b6d4f5f92a219bf11 100644
--- a/Source/devtools/front_end/resources/resourcesPanel.css
+++ b/Source/devtools/front_end/resources/resourcesPanel.css
@@ -103,12 +103,8 @@ li.selected .base-storage-tree-element-subtitle {
}
.storage-view {
- display: none;
- overflow: hidden;
-}
-
-.storage-view.visible {
display: flex;
+ overflow: hidden;
}
.storage-view {
« no previous file with comments | « Source/devtools/front_end/profiler/profilesPanel.css ('k') | Source/devtools/front_end/sidebarPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698