@atlassian/aui
Version:
Atlassian User Interface Framework
74 lines (72 loc) • 2.46 kB
CSS
/*! AUI Sortable Tables */
.aui-table-sortable .tablesorter-header {
cursor: pointer;
border-bottom: 2px solid #DFE1E6;
}
.aui-table-sortable .tablesorter-header.aui-table-column-unsortable {
cursor: default;
}
.aui-table-sortable .tablesorter-header:focus,
.aui-table-sortable .tablesorter-header:hover {
background-color: rgba(9, 30, 66, 0.08);
}
.aui-table-sortable .tablesorter-header:active {
background-color: #DEEBFF;
border-color: #0747A6;
color: #0747A6;
}
.aui-table-sortable .tablesorter-headerAsc,
.aui-table-sortable .tablesorter-headerDesc {
background-color: transparent;
color: #172B4D;
}
table.aui.aui-table-sortable .tablesorter-header:active {
border-bottom: 2px solid #0747A6;
}
table.aui.aui-table-sortable .tablesorter-headerAsc,
table.aui.aui-table-sortable .tablesorter-headerDesc {
border-bottom: 2px solid #7A869A;
}
table.aui.aui-table-sortable .tablesorter-header.aui-table-column-unsortable:focus,
table.aui.aui-table-sortable .tablesorter-header.aui-table-column-unsortable:hover,
table.aui.aui-table-sortable .tablesorter-header.aui-table-column-unsortable:active {
background-color: inherit;
border-color: inherit;
color: #7A869A;
}
.aui-table-sortable .aui-table-header-content::after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0;
font-family: "Adgs Icons";
font-weight: normal;
font-style: normal;
speak: none;
content: "";
display: inline-block;
height: 16px;
line-height: 1;
font-size: 16px;
margin-left: 5px;
position: relative;
width: 16px;
vertical-align: text-bottom;
}
.aui-table-sortable .tablesorter-header:focus .aui-table-header-content::after,
.aui-table-sortable .tablesorter-header:hover .aui-table-header-content::after {
content: "\f140";
opacity: 0.5;
}
.aui-table-sortable .tablesorter-headerAsc .aui-table-header-content::after,
.aui-table-sortable .tablesorter-headerAsc:focus .aui-table-header-content::after,
.aui-table-sortable .tablesorter-headerAsc:hover .aui-table-header-content::after {
content: "\f140";
opacity: 1;
}
.aui-table-sortable .tablesorter-headerDesc .aui-table-header-content::after,
.aui-table-sortable .tablesorter-headerDesc:focus .aui-table-header-content::after,
.aui-table-sortable .tablesorter-headerDesc:hover .aui-table-header-content::after {
content: "\f1ac";
opacity: 1;
}
/*# sourceMappingURL=aui-experimental-tables-sortable.css.map */