Brave Search – remove searchbar background gradient (#226)

* fix(brave-search): search bar gradient background

* chore(brave-search): bump version number

* refactor(brave-search): no build-selectors!

Introduce the proposed change of the selector to a non-specific version to avoid issues down the line.

Co-authored-by: ndsboy <12872019+ndsboy@users.noreply.github.com>

---------

Co-authored-by: ndsboy <12872019+ndsboy@users.noreply.github.com>
This commit is contained in:
Andreas 2023-09-28 21:56:37 +00:00 committed by GitHub
parent 0f80044d2e
commit 6f106cce72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
@name Brave Search Catppuccin @name Brave Search Catppuccin
@namespace github.com/catppuccin/userstyles/styles/brave-search @namespace github.com/catppuccin/userstyles/styles/brave-search
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/brave-search @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/brave-search
@version 1.0.2 @version 1.0.3
@description Soothing pastel theme for Brave Search @description Soothing pastel theme for Brave Search
@author Catppuccin @author Catppuccin
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.css @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.css
@ -294,5 +294,10 @@
--gray-120: @text; --gray-120: @text;
--secondary-90: @lavender; --secondary-90: @lavender;
} }
#searchform > .searchbox-wrapper::after {
background-image: none;
}
} }
} }