fix(docs-infra): render deprecated markers for CLI command options (#28111)

fixes #27563
fixes #27423

PR Close #28111
This commit is contained in:
WilliamKoza
2019-01-13 12:32:05 +01:00
committed by Andrew Kushnir
parent cd0451305a
commit d577b8df75
2 changed files with 6 additions and 0 deletions

View File

@ -8,3 +8,8 @@
white-space: pre;
}
.cli-deprecated {
background-color: $brightred;;
padding: 2px 10px;
margin-right: 10px;
}