mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
e518348b8b
commit
213bebaaf7
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);
|
||||
|
Loading…
Reference in New Issue
Block a user