Add option for list filter quick remove. #183
* add option for list filter quick remove * move transform from css to python * make template tag more resilient for unusual filters * fix tests * rename field, move rendering to template, change style * fix tests
This commit is contained in:
@@ -376,12 +376,24 @@
|
||||
border-radius: var(--admin-interface-module-border-radius);
|
||||
}
|
||||
|
||||
.admin-interface .module.filtered #changelist-filter .changelist-filter-clear a {
|
||||
font-size: 13px;
|
||||
margin: .3em 0;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.admin-interface .module.filtered #changelist-filter .changelist-filter-clear a:focus,
|
||||
.admin-interface .module.filtered #changelist-filter .changelist-filter-clear a:hover,
|
||||
.admin-interface .module.filtered #changelist-filter #changelist-filter-clear a:focus,
|
||||
.admin-interface .module.filtered #changelist-filter #changelist-filter-clear a:hover {
|
||||
color: #666;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.admin-interface .module.filtered #changelist-filter .changelist-filter-clear a span {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.admin-interface .module.filtered #changelist-filter li a:focus,
|
||||
.admin-interface .module.filtered #changelist-filter li a:hover {
|
||||
color: #666;
|
||||
|
||||
Reference in New Issue
Block a user