mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +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;
|
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 --------------
|
||||||
|
|||||||
Reference in New Issue
Block a user