mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Fix search bar highlight
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -162,7 +162,7 @@
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#topsearchbox:active {
|
||||
#topsearchbox:focus {
|
||||
box-shadow: none;
|
||||
border-color: $white;
|
||||
}
|
||||
@@ -189,10 +189,10 @@
|
||||
line-height: 24px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.input-group > .input-group-append > .btn {
|
||||
border-left: 1px solid black;
|
||||
&:not(:focus) {
|
||||
border-right: 1px solid black;
|
||||
}
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-down(md) { // Mobile search styling --------------
|
||||
|
||||
Reference in New Issue
Block a user