1
0
mirror of https://github.com/django/django.git synced 2025-08-21 01:09:13 +00:00

Refs #36528 -- Fixed link underline typo in CSS.

Regression in 792ca148a2d6da6cf0778f6a866c899208ab94f9.
This commit is contained in:
Antoliny Lee 2025-08-18 03:43:20 +09:00 committed by GitHub
parent 8b229b4dbb
commit 3bd583f55b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,7 +130,7 @@ a:not(
#header a, #header a,
#nav-sidebar a, #nav-sidebar a,
#content-main.app-list a, #content-main.app-list a,
.object-tools a, .object-tools a
) { ) {
text-decoration: underline; text-decoration: underline;
} }