Skip to content

Commit

Permalink
fix: disable overriding of custom search banner background
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfost committed Aug 29, 2024
1 parent 16a3e91 commit 772eac2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import "variables";
@import "sidebar";
@import "chat";
@import "custom";

.d-editor-textarea-wrapper,
.select-kit-header {
Expand Down Expand Up @@ -390,3 +389,5 @@ summary.select-kit-header.single-select-header.dropdown-select-box-header {
display: flex;
}
}

@import "custom";
5 changes: 5 additions & 0 deletions scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ h1, h2, h3, h4 {
text-decoration: underline;
}
}

// use custom search banner image instead of theme setting
.custom-search-banner-wrap {
background: none;
}

0 comments on commit 772eac2

Please sign in to comment.