Skip to content

Commit

Permalink
fix: hide deletelink in Django 3.1+ inlines
Browse files Browse the repository at this point in the history
  • Loading branch information
jerivas committed Jul 21, 2021
1 parent 5a6dffa commit 288fc6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grappelli_safe/static/grappelli/css/modules.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ h4.collapse-toggle {
background-repeat: no-repeat;
cursor: pointer;
}
.collapse-toggle .inline-deletelink {
display: none;
}
.collapse-closed > .collapse-toggle {
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
background-position: 0 100%;
Expand Down

0 comments on commit 288fc6c

Please sign in to comment.