1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Refs #35189 -- Moved CSS details' cursor declaration to base.css.

This commit is contained in:
Marijke Luttekes 2024-05-20 11:22:11 -03:00 committed by nessita
parent 8f205acea9
commit 6c48eed238
2 changed files with 4 additions and 1 deletions

View File

@ -219,6 +219,10 @@ fieldset {
border-top: 1px solid var(--hairline-color);
}
details summary {
cursor: pointer;
}
blockquote {
font-size: 0.6875rem;
color: #777;

View File

@ -159,7 +159,6 @@
font-weight: 400;
padding: 0 15px;
margin-bottom: 10px;
cursor: pointer;
}
#changelist-filter details summary > * {