add: custom deprecation notice
This commit is contained in:
parent
1f3450cfd7
commit
e29b746aa1
@ -79,7 +79,7 @@ ol li::before {
|
||||
}
|
||||
|
||||
*[data-deprecated]::after {
|
||||
content: " (deprecated)";
|
||||
content: ' (' attr(data-deprecated-entry, "deprecated") ')';
|
||||
color: red;
|
||||
}
|
||||
|
||||
@ -95,4 +95,4 @@ ol li::before {
|
||||
|
||||
body>#arrows {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user