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