| Index: chrome/browser/resources/shared/css/table.css
|
| diff --git a/chrome/browser/resources/shared/css/table.css b/chrome/browser/resources/shared/css/table.css
|
| index 7fd3ac8d0b291ab14a87cae7512314e111bc7ea8..9258197829539e9c94b98718cc3e13d32eb3ecad 100644
|
| --- a/chrome/browser/resources/shared/css/table.css
|
| +++ b/chrome/browser/resources/shared/css/table.css
|
| @@ -88,7 +88,7 @@ list > [selected]:hover {
|
| padding: 0 12px;
|
| }
|
|
|
| -.table-header-sort-image-desc:after {
|
| +.table-header-sort-image-desc::after {
|
| -webkit-padding-start: 5px;
|
| color: #888;
|
| content: '\25be'; /* BLACK DOWN-POINTING SMALL TRIANGLE */
|
| @@ -96,7 +96,7 @@ list > [selected]:hover {
|
| top: -2px;
|
| }
|
|
|
| -.table-header-sort-image-asc:after {
|
| +.table-header-sort-image-asc::after {
|
| -webkit-padding-start: 5px;
|
| color: #888;
|
| content: '\25b4'; /* BLACK UP-POINTING SMALL TRIANGLE */
|
|
|