Rollup merge of #127963 - GuillaumeGomez:fix-logo-display, r=notriddle

Fix display of logo "border"

Before:

![Screenshot from 2024-07-19 13-32-17](https://github.com/user-attachments/assets/381bb9c8-0ae0-408b-8476-9785ef1b5fd4)

After:

![Screenshot from 2024-07-19 13-37-46](https://github.com/user-attachments/assets/19cdb71f-3912-4fcd-95de-99b9f86a8293)

r? `@notriddle`
This commit is contained in:
Matthias Krüger 2024-07-19 17:06:52 +02:00 committed by GitHub
commit 1318ec0fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -675,7 +675,6 @@ ul.block, .block li {
border-top: solid 16px transparent;
box-sizing: content-box;
position: relative;
background-color: var(--sidebar-background-color);
background-clip: border-box;
z-index: 1;
}