UNPKG

@rxap/material-table-system

Version:

This package provides a set of Angular directives, components, and services to enhance and customize Angular Material tables. It includes features such as row selection, column filtering, expandable rows, table actions, and more. The goal is to simplify c

34 lines (29 loc) 629 B
th[role=columnheader]:not(.no-sort) { cursor: pointer; } th[role=columnheader]:not(.no-sort):after { content: ''; float: right; margin-top: 7px; border-width: 0 4px 4px; border-style: solid; border-color: #404040 transparent; visibility: visible; opacity: 1; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } th[aria-sort=ascending]:not(.no-sort):after { border-bottom: none; border-width: 4px 4px 0; } th[aria-sort]:not(.no-sort):after { visibility: visible; opacity: 0.4; } th[role=columnheader]:not(.no-sort):hover:after { visibility: visible; opacity: 1; }