| Index: Source/devtools/front_end/ui_lazy/dataGrid.css
|
| diff --git a/Source/devtools/front_end/ui_lazy/dataGrid.css b/Source/devtools/front_end/ui_lazy/dataGrid.css
|
| index 3a4f6c08cadd225b320f6e2212e191503df50d79..36ee5ad9eb2a644a3599ce633e27d78523e8c249 100644
|
| --- a/Source/devtools/front_end/ui_lazy/dataGrid.css
|
| +++ b/Source/devtools/front_end/ui_lazy/dataGrid.css
|
| @@ -149,7 +149,7 @@
|
| .data-grid th .sort-order-icon {
|
| margin-right: 4px;
|
| background-image: url(Images/toolbarButtonGlyphs.png);
|
| - background-size: 320px 144px;
|
| + background-size: 352px 144px;
|
| opacity: 0.5;
|
| width: 8px;
|
| height: 7px;
|
| @@ -184,7 +184,7 @@
|
| .data-grid tr.parent td.disclosure::before {
|
| -webkit-user-select: none;
|
| -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
|
| - -webkit-mask-size: 320px 144px;
|
| + -webkit-mask-size: 352px 144px;
|
| float: left;
|
| width: 8px;
|
| height: 12px;
|
|
|