build(docs-infra): simplify property syntax rendering (#25768)

PR Close #25768
This commit is contained in:
Pete Bacon Darwin
2018-09-26 13:39:51 +01:00
committed by Alex Rickabaugh
parent 783a682a7d
commit 7373da9b11
3 changed files with 3 additions and 9 deletions

View File

@ -96,7 +96,7 @@
}
}
.from-constructor, .read-only-property {
.from-constructor, .read-only-property, .write-only-property {
font-style: italic;
color: $blue;
}