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:
parent
056d35c97c
commit
e50c5293fc
|
@ -87,19 +87,6 @@
|
||||||
.short-description {
|
.short-description {
|
||||||
margin: 6px 0 0 10px;
|
margin: 6px 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.properties-table {
|
|
||||||
font-size: 14px;
|
|
||||||
|
|
||||||
thead th {
|
|
||||||
&:nth-child(1) {
|
|
||||||
width: 20%;
|
|
||||||
}
|
|
||||||
&:nth-child(2) {
|
|
||||||
width: 20%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb-container {
|
.breadcrumb-container {
|
||||||
|
|
Loading…
Reference in New Issue