refactor(docs-infra): remove unused CSS style rule (#28104)

The `.properties-table` selector does not match any element and the
styles don't look relevant for the similarly named `.property-table`
class.

PR Close #28104
This commit is contained in:
George Kalpakas 2019-01-12 18:18:38 +02:00 committed by Jason Aden
parent 056d35c97c
commit e50c5293fc
1 changed files with 0 additions and 13 deletions

View File

@ -87,19 +87,6 @@
.short-description {
margin: 6px 0 0 10px;
}
.properties-table {
font-size: 14px;
thead th {
&:nth-child(1) {
width: 20%;
}
&:nth-child(2) {
width: 20%;
}
}
}
}
.breadcrumb-container {