Google-Play-Music-Album-Sorter icon indicating copy to clipboard operation
Google-Play-Music-Album-Sorter copied to clipboard

Use current material design arrow for showing sorting order

Open VipSaran opened this issue 9 years ago • 0 comments

Example:

<tr class="header-row">
  <th data-col="track" class="ascending">
    #
    <core-icon icon="arrow-forward" aria-label="arrow-forward" role="img">
      <svg viewBox="0 0 24 24" height="100%" width="100%" preserveAspectRatio="xMidYMid meet" fit="" style="pointer-events: none; display: block;">
        <g>
          <path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"></path>
        </g>
      </svg>
    </core-icon>
  </th>
</tr>

Additionally, use the category name (Name, Year).

VipSaran avatar Jul 13 '15 12:07 VipSaran