From 6e4aa384d0dd7895992ef1b5327d603988751888 Mon Sep 17 00:00:00 2001 From: iBug Date: Wed, 3 Mar 2021 22:39:28 +0800 Subject: [PATCH] Remove G-stuff CSS (#2852) (#2855) --- CHANGELOG.md | 8 +++++++ _sass/minimal-mistakes/_forms.scss | 34 ------------------------------ docs/_docs/18-history.md | 6 ++++++ 3 files changed, 14 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631691ef..5430a5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Unreleased + +### Bug Fixes + +- Remove Google Search CSS. [#2852](https://github.com/mmistakes/minimal-mistakes/issues/2852) [#2855](https://github.com/mmistakes/minimal-mistakes/pull/2855) + ## [4.22.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.22.0) ### Bug Fixes @@ -18,7 +24,9 @@ - Update remote theme documentation. [#2734](https://github.com/mmistakes/minimal-mistakes/pull/2734) - Update allejo/jekyll-toc to v1.1.0, skip headings without an ID. [#2752](https://github.com/mmistakes/minimal-mistakes/pull/2752) - Allow custom gradient for page header overlay. [#2806](https://github.com/mmistakes/minimal-mistakes/pull/2806) + ## [4.21.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.21.0) + ### Bug Fixes - Fix greedy navigation by improving reliability of remaining space for visible links. [#2664](https://github.com/mmistakes/minimal-mistakes/issues/2664) diff --git a/_sass/minimal-mistakes/_forms.scss b/_sass/minimal-mistakes/_forms.scss index ec77c54d..0dd9b480 100644 --- a/_sass/minimal-mistakes/_forms.scss +++ b/_sass/minimal-mistakes/_forms.scss @@ -357,37 +357,3 @@ select:focus { left: 50%; z-index: 11; } - -/* - Google search form - ========================================================================== */ - -#goog-fixurl { - ul { - list-style: none; - margin-left: 0; - padding-left: 0; - li { - list-style-type: none; - } - } -} - -#goog-wm-qt { - width: auto; - margin-right: 10px; - margin-bottom: 20px; - padding: 8px 20px; - display: inline-block; - font-size: $type-size-6; - background-color: #fff; - color: #000; - border-width: 2px !important; - border-style: solid !important; - border-color: $border-color; - border-radius: $border-radius; -} - -#goog-wm-sb { - @extend .btn; -} diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 0812f246..2717f0c0 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -9,6 +9,12 @@ last_modified_at: 2021-02-05T21:01:55-05:00 toc: false --- +## Unreleased + +### Bug Fixes + +- Remove Google Search CSS. [#2852](https://github.com/mmistakes/minimal-mistakes/issues/2852) [#2855](https://github.com/mmistakes/minimal-mistakes/pull/2855) + ## [4.22.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.22.0) ### Bug Fixes