Skip to content

Commit

Permalink
Fixed #35382 -- Removed unused CSS for admin inline fieldsets.
Browse files Browse the repository at this point in the history
  • Loading branch information
0saurabh0 authored and sarahboyce committed Apr 24, 2024
1 parent 195d885 commit 16d0542
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions django/contrib/admin/static/admin/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,16 +415,6 @@ body.popup .submit-row {
width: 100%;
}

.inline-related fieldset.module h3 {
margin: 0;
padding: 2px 5px 3px 5px;
font-size: 0.6875rem;
text-align: left;
font-weight: bold;
background: #bcd;
color: var(--body-bg);
}

.inline-group .tabular fieldset.module {
border: none;
}
Expand Down

0 comments on commit 16d0542

Please sign in to comment.