Skip to content

Commit

Permalink
Remove G-stuff CSS (mmistakes#2852) (mmistakes#2855)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug authored and chukycheese committed Sep 18, 2023
1 parent c367bca commit abc77f6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 34 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
34 changes: 0 additions & 34 deletions _sass/minimal-mistakes/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
6 changes: 6 additions & 0 deletions docs/_docs/18-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abc77f6

Please sign in to comment.