Skip to content

Commit 371d6ad

Browse files
committed
fix: resolve search icon alignment and background styling in docs
Signed-off-by: virat-k82 <viratkumar827921@gmail.com>
1 parent 549db8f commit 371d6ad

2 files changed

Lines changed: 19 additions & 17 deletions

File tree

assets/scss/_search_project.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
&.form-control:focus {
4545
border-color: tint-color($primary, 95%);
4646
box-shadow: 0 0 0 2px tint-color($primary, 40%);
47+
//box-shadow: none;
4748
color: inherit;
4849
}
4950

@@ -94,8 +95,9 @@
9495

9596
.td-search__icon {
9697
display: flex;
97-
color: $input-placeholder-color;
98-
background-color: var(--bs-body-bg);
98+
color: $primary;
99+
//background-color: var(--bs-body-bg);
100+
background-color: none;
99101
padding-right: 0.2rem;
100102
}
101103
}

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)