Documentation

This commit is contained in:
squidfunk 2021-08-08 09:42:35 +02:00
parent e518348b8b
commit 213bebaaf7
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -594,18 +594,18 @@ kbd {
content: "";
}
// Sort ascending
// Show sort icon on hover
&:hover::after {
background-color: var(--md-default-fg-color--lighter);
}
// Sort ascending
// Sort ascending icon
&[aria-sort="ascending"]::after {
background-color: var(--md-default-fg-color--light);
mask-image: var(--md-typeset-table-sort-icon--asc);
}
// Sort descending
// Sort descending icon
&[aria-sort="descending"]::after {
background-color: var(--md-default-fg-color--light);
mask-image: var(--md-typeset-table-sort-icon--desc);