Skip to content

Commit 3bd583f

Browse files
authored
Refs #36528 -- Fixed link underline typo in CSS.
Regression in 792ca14.
1 parent 8b229b4 commit 3bd583f

File tree

1 file changed

+1
-1
lines changed
  • django/contrib/admin/static/admin/css

1 file changed

+1
-1
lines changed

django/contrib/admin/static/admin/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ a:not(
130130
#header a,
131131
#nav-sidebar a,
132132
#content-main.app-list a,
133-
.object-tools a,
133+
.object-tools a
134134
) {
135135
text-decoration: underline;
136136
}

0 commit comments

Comments
 (0)