Update illuaminate CSS for deprecation (#556)

This commit is contained in:
Drew Lemmy 2020-10-14 22:05:56 +01:00 committed by GitHub
parent 93068402a2
commit 01d81cb91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -128,6 +128,11 @@ table.definition-list th {
text-align: right;
}
/* Deprecated definitions */
table.definition-list tr.definition-deprecated th {
text-decoration: line-through;
}
table.definition-list td { width: 100%; }
/* Pretty tables, mostly inherited from table.definition-list */
@ -152,6 +157,10 @@ dl.definition dt .definition-name {
flex-grow: 1;
}
/* Deprecated definitions */
dl.definition dt .definition-name.definition-deprecated {
text-decoration: line-through;
}
dl.definition dd {
padding-bottom: 1em;