﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33310	"Remove unused ""actions.selected"" CSS class."	Álvaro Pelegrina Fernández	Álvaro Pelegrina Fernández	"Hello,

First of all I am not sure if this is intended, it's a change happening on Django 3.2

On Django 3.1 this was the admin styling on Select All

[[Image(https://i.imgur.com/hvIRkis.png)]]

And on Django 3.2 it looks like this:

[[Image(https://i.imgur.com/DyiY43M.png)]]

Is it intended? Javascript doesnt add anymore the ""selected"" class and even if you add it manually it doesnt apply the yellow color because the CSS class just apply the body background color.

If it's intended I think we can refactor and just remove this CSS code at changelist.css (and maybe in other places) because it's indeed (as the comment says) not used and its a bit confusing when overriding it for django admin template overriding purposes.

https://github.com/django/django/blob/main/django/contrib/admin/static/admin/css/changelists.css#L299"	Cleanup/optimization	closed	contrib.admin	3.2	Normal	fixed		Carlton Gibson	Accepted	1	0	0	0	1	0
