mirror of https://github.com/django/django.git
Refs #27471 -- Made admin's filter choice arrows use cursor pointers.
This commit is contained in:
parent
da2f8e8257
commit
4a72da7100
|
@ -153,6 +153,7 @@
|
||||||
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