From e50c5293fc9940a395393fc5db704856da9a6075 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Sat, 12 Jan 2019 18:18:38 +0200 Subject: [PATCH] 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 --- aio/src/styles/2-modules/_api-pages.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/aio/src/styles/2-modules/_api-pages.scss b/aio/src/styles/2-modules/_api-pages.scss index 861eee2052..a54b30873c 100644 --- a/aio/src/styles/2-modules/_api-pages.scss +++ b/aio/src/styles/2-modules/_api-pages.scss @@ -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 {