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

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

Issue 2649153005: DevTools: convert datagrid and network waterfall sort icons to UI.Icon (Closed)
Patch Set: rebaseline Created 3 years, 11 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 573b9698d6ee430c3cf6455e1adbb5a8c1590d72..1036d2379af62aafbf7beb52701155d7294deead 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
@@ -159,28 +159,12 @@
.data-grid th .sort-order-icon {
margin-right: 4px;
- background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 352px 168px;
- opacity: 0.5;
- width: 8px;
- height: 7px;
display: none;
}
-@media (-webkit-min-device-pixel-ratio: 1.1) {
-.data-grid th .sort-order-icon {
- background-image: url(Images/toolbarButtonGlyphs_2x.png);
-}
-} /* media */
-
-.data-grid th.sort-ascending .sort-order-icon {
- display: block;
- background-position: -4px -111px;
-}
-
+.data-grid th.sort-ascending .sort-order-icon,
.data-grid th.sort-descending .sort-order-icon {
display: block;
- background-position: -20px -99px;
}
.data-grid th:hover {

Powered by Google App Engine
This is Rietveld 408576698