mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +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);
|
border-top: 1px solid var(--hairline-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: 0.6875rem;
|
font-size: 0.6875rem;
|
||||||
color: #777;
|
color: #777;
|
||||||
|
@ -159,7 +159,6 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#changelist-filter details summary > * {
|
#changelist-filter details summary > * {
|
||||||
|
Loading…
Reference in New Issue
Block a user