Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions assets/scss/_search_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

&.form-control:focus {
border-color: tint-color($primary, 95%);
box-shadow: 0 0 0 2px tint-color($primary, 40%);
color: inherit;
}

Expand Down Expand Up @@ -94,8 +93,9 @@

.td-search__icon {
display: flex;
color: $input-placeholder-color;
background-color: var(--bs-body-bg);
color: $primary;
//background-color: var(--bs-body-bg);
background-color: transparent;
padding-right: 0.2rem;
}
}
Expand Down Expand Up @@ -163,9 +163,9 @@
color: inherit;
}
}
.td-search__input.form-control:focus {
// background-color: #EBC017;
}
// .td-search__input.form-control:focus {
// // background-color: #EBC017;
// }
}

.form-control {
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert json file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VIRAT-k82, merge is blocked based on this feedback.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading