Fix duplicate border around search results (#31284)

This commit is contained in:
Valtteri Laitinen 2024-08-04 18:14:11 +03:00 committed by GitHub
parent b6c1b8f748
commit 315308b10c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -3086,6 +3086,11 @@ $ui-header-logo-wordmark-width: 99px;
.explore__search-header { .explore__search-header {
display: flex; display: flex;
} }
.explore__search-results {
border: 0;
border-radius: 0;
}
} }
.icon-with-badge { .icon-with-badge {