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:
parent
8f205acea9
commit
6c48eed238
@ -219,6 +219,10 @@ fieldset {
|
||||
border-top: 1px solid var(--hairline-color);
|
||||
}
|
||||
|
||||
details summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-size: 0.6875rem;
|
||||
color: #777;
|
||||
|
@ -159,7 +159,6 @@
|
||||
font-weight: 400;
|
||||
padding: 0 15px;
|
||||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#changelist-filter details summary > * {
|
||||
|
Loading…
Reference in New Issue
Block a user