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

Unified Diff: third_party/WebKit/Source/devtools/front_end/data_grid/dataGrid.css

Issue 2744643003: DevTools: [Icons] normalize icon sizes (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/devtools/front_end/data_grid/dataGrid.css
diff --git a/third_party/WebKit/Source/devtools/front_end/data_grid/dataGrid.css b/third_party/WebKit/Source/devtools/front_end/data_grid/dataGrid.css
index ba1686005b0c479a9afb4fa1e675a835be96c37e..50918b12ff73d533ea90a0248b6ffe6f098bc8e0 100644
--- a/third_party/WebKit/Source/devtools/front_end/data_grid/dataGrid.css
+++ b/third_party/WebKit/Source/devtools/front_end/data_grid/dataGrid.css
@@ -23,7 +23,7 @@
.data-grid .header-container {
top: 0;
height: 21px;
- }
+}
.data-grid .data-container {
top: 21px;
@@ -156,6 +156,7 @@
.data-grid th .sort-order-icon {
margin-right: 4px;
+ margin-bottom: -2px;
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698