fix: Reverts popover styling for search page (#6688)

This commit is contained in:
Nithin David Thomas
2023-03-20 11:04:56 +05:30
committed by GitHub
parent e76b63f91d
commit d2aa5f4c69
3 changed files with 10 additions and 10 deletions

View File

@@ -76,7 +76,8 @@ export default {
display: flex;
align-items: center;
padding: var(--space-small) var(--space-normal);
border-bottom: 1px solid var(--s-100);
border: 1px solid var(--s-100);
border-radius: var(--border-radius-small);
transition: border-bottom 0.2s ease-in-out;
input[type='search'] {
@@ -86,7 +87,7 @@ export default {
}
&.is-focused {
border-bottom: 1px solid var(--w-100);
border-color: var(--w-100);
.icon {
color: var(--w-400);