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

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

Issue 2916193003: [CacheStorage] [IndexedDB] [DevTools] Added refresh button to category view of cache storage and in… (Closed)
Patch Set: Switched to refresh section buttons Created 3 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 | « third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.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/resourcesSidebar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css b/third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css
index ccebe240bcc16c9b5dde74be35ce8d9687c2a6ea..60783a01bebb2d8929340706cb126cd50bd90800 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css
@@ -26,6 +26,21 @@ li.storage-group-list-item::before {
display: none;
}
+li.storage-group-list-item
+.trailing-icons {
+ width: 14px;
+ height: 14px;
+ margin-left: 6px;
+}
+
+li.storage-group-list-item
+.trailing-icons
+.sidebar-section-button {
+ position: relative;
+ top: -1px;
+ left: -8px;
+}
+
.navigator-tree-item {
margin: -3px -7px -3px -7px;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698