Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-05-09 18:52:36 +0300
committerSusan Tacker <stacker@gitlab.com>2023-05-09 18:52:36 +0300
commit9cf0b39c17f454885fe8fcbbc86c82d3f5748007 (patch)
treef6701a342aa72aa83764327074a33a1766ed5120 /content/assets
parent83c3a75d2e2cbb515ee03f941ee6156b8dd58887 (diff)
Retire Algolia search
Diffstat (limited to 'content/assets')
-rw-r--r--content/assets/stylesheets/_docsearch.scss32
-rw-r--r--content/assets/stylesheets/_landing.scss1
-rw-r--r--content/assets/stylesheets/stylesheet.scss1
3 files changed, 0 insertions, 34 deletions
diff --git a/content/assets/stylesheets/_docsearch.scss b/content/assets/stylesheets/_docsearch.scss
deleted file mode 100644
index a6920148..00000000
--- a/content/assets/stylesheets/_docsearch.scss
+++ /dev/null
@@ -1,32 +0,0 @@
-@import 'variables';
-
-/* stylelint-disable selector-class-pattern */
-.DocSearch-Hit-source {
- color: $gray-700 !important;
-}
-
-.DocSearch-Hit-content-wrapper {
- overflow-x: inherit !important;
-}
-
-.DocSearch-Hit-content-wrapper {
- mark {
- padding: 0 !important;
- }
-}
-
-.DocSearch-Button {
- background: $gds-white !important;
- border: 1px solid $landing-gl-purple-550 !important;
- box-sizing: border-box !important;
- box-shadow: 0 0 0 0.25rem $landing-gl-blue-200 !important;
- border-radius: 1.5rem !important;
- padding-left: 0.5rem !important;
- margin: 0 !important;
-}
-
-.DocSearch-Hit-icon {
- display: none;
-}
-
-/* stylelint-enable selector-class-pattern */
diff --git a/content/assets/stylesheets/_landing.scss b/content/assets/stylesheets/_landing.scss
index 0ea9a5f5..8bf6f6c2 100644
--- a/content/assets/stylesheets/_landing.scss
+++ b/content/assets/stylesheets/_landing.scss
@@ -1,5 +1,4 @@
@import 'variables';
-@import 'docsearch';
.landing {
font-size: $body-font-size;
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index b6b30bad..93646239 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -8,7 +8,6 @@
@import 'labels';
@import 'sidebar';
@import 'typography';
-@import 'docsearch';
body {
overflow-x: hidden;