One SearchInput to rule them all

This commit is contained in:
Josh Perez 2021-05-10 20:50:43 -04:00 committed by GitHub
parent c62b5a900e
commit 24b7790829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 266 additions and 232 deletions

View file

@ -7329,39 +7329,8 @@ button.module-image__border-overlay:focus {
}
.module-left-pane__compose-search-form {
display: flex;
padding: 8px 16px;
margin-bottom: 8px;
&__input {
flex-grow: 1;
padding: 5px 12px;
border-radius: 17px;
border: none;
@include font-body-1;
@include light-theme {
background-color: $color-gray-05;
color: $color-gray-90;
border: solid 1px $color-gray-02;
}
@include dark-theme {
color: $color-gray-05;
background-color: $color-gray-95;
border: solid 1px $color-gray-80;
}
&:placeholder {
color: $color-gray-45;
}
&:focus {
border: solid 1px $ultramarine-ui-light;
outline: none;
}
}
}