Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Aug 8, 2021
1 parent e518348 commit 213beba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion material/assets/stylesheets/main.f7f47774.min.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/assets/stylesheets/main/_typeset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 213beba

Please sign in to comment.