mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Correct new search input’s rounded corners (#8921)
This commit is contained in:
parent
4486509d88
commit
bfbfe59d9d
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ limitations under the License.
|
||||||
.mx_SpotlightDialog_searchBox {
|
.mx_SpotlightDialog_searchBox {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
|
border-radius: 8px 8px 0 0;
|
||||||
padding: $spacing-12 $spacing-16;
|
padding: $spacing-12 $spacing-16;
|
||||||
border-bottom: 1px solid $system;
|
border-bottom: 1px solid $system;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue