| 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 {
|
|
|