mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-06-04 14:32:20 -04:00
Documentation
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user