From 7bdce37fd3f18e2712e18c4e2c64cac69af0aca1 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sun, 19 Sep 2021 19:43:11 +0200 Subject: :boom: Introduce new UI based on svelte, and rewrite a lot of the node app and the NeoRuntime --- .../_book/gitbook/gitbook-plugin-search/search.css | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 docs/_book/gitbook/gitbook-plugin-search/search.css (limited to 'docs/_book/gitbook/gitbook-plugin-search/search.css') diff --git a/docs/_book/gitbook/gitbook-plugin-search/search.css b/docs/_book/gitbook/gitbook-plugin-search/search.css deleted file mode 100644 index 5d47a3c..0000000 --- a/docs/_book/gitbook/gitbook-plugin-search/search.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - This CSS only styled the search results section, not the search input - It defines the basic interraction to hide content when displaying results, etc -*/ -#book-search-results .search-results { - display: none; -} -#book-search-results .search-results ul.search-results-list { - list-style-type: none; - padding-left: 0; -} -#book-search-results .search-results ul.search-results-list li { - margin-bottom: 1.5rem; - padding-bottom: 0.5rem; - /* Highlight results */ -} -#book-search-results .search-results ul.search-results-list li p em { - background-color: rgba(255, 220, 0, 0.4); - font-style: normal; -} -#book-search-results .search-results .no-results { - display: none; -} -#book-search-results.open .search-results { - display: block; -} -#book-search-results.open .search-noresults { - display: none; -} -#book-search-results.no-results .search-results .has-results { - display: none; -} -#book-search-results.no-results .search-results .no-results { - display: block; -} -- cgit v1.2.3