summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-03-07 09:35:59 -0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-09 12:34:32 +0100
commiteb77e80de01e658541d4fcc3b0b38783ce4e6a7e (patch)
tree6869c01ea81c831ea04e2daa9cfd93b54de9754f /docs
parentec292f261d2390f692d5534ca85a427216bc4e39 (diff)
Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows in admin.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt
index 88b355c9cf..d7a22479b3 100644
--- a/docs/releases/3.1.txt
+++ b/docs/releases/3.1.txt
@@ -500,6 +500,9 @@ Miscellaneous
* :djadmin:`migrate` management command now runs the ``database`` system checks
only for a database to migrate.
+* The admin CSS classes ``row1`` and ``row2`` are removed in favor of
+ ``:nth-child(odd)`` and ``:nth-child(even)`` pseudo-classes.
+
.. _deprecated-features-3.1:
Features deprecated in 3.1