Fix search bar highlight

This commit is contained in:
mDuo13
2020-09-15 16:27:18 -07:00
parent 837d07527b
commit 9d4040465a
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -162,7 +162,7 @@
flex-grow: 1; flex-grow: 1;
} }
#topsearchbox:active { #topsearchbox:focus {
box-shadow: none; box-shadow: none;
border-color: $white; border-color: $white;
} }
@@ -189,10 +189,10 @@
line-height: 24px; line-height: 24px;
height: 100%; height: 100%;
width: 100%; width: 100%;
}
.input-group > .input-group-append > .btn { &:not(:focus) {
border-left: 1px solid black; border-right: 1px solid black;
}
} }
} }
@include media-breakpoint-down(md) { // Mobile search styling -------------- @include media-breakpoint-down(md) { // Mobile search styling --------------