﻿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
34913	[Accessibility] Django Admin high contrast mode no clear session	Cheuk Ting Ho	nobody	"When in high contrast mode, Django Admin does not have clear session boundaries. Potential fix is to add:


{{{
@media (forced-colors: active) {
  #changelist-filter {
      border: 1px solid;
  }
}
}}}

to different sessions.

"	Uncategorized	new	contrib.admin	4.2	Normal				Unreviewed	0	0	0	0	0	1
