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

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

Issue 1940993002: DevTools: simplify Service Workers panel UI, remove non-actionable data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comment addressed. Created 4 years, 7 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/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 f16606d0076412179242026ba158b7c3735586fa..8f174374f1e44d56b41409bafc9bcd7c60244492 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css
@@ -36,9 +36,11 @@ li.storage-group-list-item::before {
-webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
-webkit-mask-size: 352px 168px;
width: 32px;
- height: 24px;
- margin: -3px -3px -3px -7px;
+ height: 20px;
-webkit-mask-position: -224px -72px;
+ position: relative;
+ top: -2px;
+ margin-right: -3px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
@@ -141,4 +143,3 @@ li.storage-group-list-item::before {
.application-cache-storage-tree-item .icon {
content: url(Images/applicationCache.png);
-}

Powered by Google App Engine
This is Rietveld 408576698