From 4501de6547a981aeab427494d0e3737c71031ec3 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:16:18 -0400 Subject: [PATCH] docs(nxdev): remove unused algolia css rules (#12378) --- nx-dev/feature-search/src/lib/algolia-search.global.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nx-dev/feature-search/src/lib/algolia-search.global.css b/nx-dev/feature-search/src/lib/algolia-search.global.css index d8685b25f1..a7bac510ac 100644 --- a/nx-dev/feature-search/src/lib/algolia-search.global.css +++ b/nx-dev/feature-search/src/lib/algolia-search.global.css @@ -74,7 +74,6 @@ body .DocSearch-Container { .DocSearch-Hit > a { position: relative; font-size: 0.875rem; - /*border-bottom: 1px solid theme('colors.slate.100');*/ @apply border-b border-slate-100 dark:border-slate-800; } @@ -101,7 +100,6 @@ body .DocSearch-Container { background: transparent !important; border: none !important; box-shadow: none !important; - /*color: theme('colors.slate.900');*/ flex: auto; font-size: 1rem; height: 3.5rem; @@ -151,7 +149,6 @@ body .DocSearch-Container { .DocSearch-Hit-source { line-height: 1.5rem; font-weight: 600; - /*color: theme('colors.slate.900');*/ padding-top: 2.5rem; margin: 0 1.5rem 1rem; @apply text-slate-900 dark:text-slate-300; @@ -203,8 +200,6 @@ body .DocSearch-Container { font-size: 0.75rem; line-height: 1.5rem; font-weight: 600; - /*color: theme('colors.slate.700');*/ - /*background: theme('colors.slate.100');*/ border-radius: 999px; padding: 0 0.375rem; @apply border border-slate-200 bg-slate-100 text-slate-700 dark:border-slate-700 dark:bg-slate-800 dark:text-slate-400; @@ -344,7 +339,6 @@ body .DocSearch-Container { .DocSearch-NoResults .DocSearch-Title { text-align: center; - /*color: theme('colors.slate.400');*/ @apply text-slate-500; }