From d418168fd13877b8f2823f383b508814a4b93314 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 26 Oct 2023 17:52:44 +0200 Subject: [PATCH] chore(devmanual): Deprecate `--color-text-light` and `--color-text-lighter` CSS variables Signed-off-by: Ferdinand Thiessen --- .../app_upgrade_guide/upgrade_to_28.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst index 1cccc906f3a..bd55d5d2170 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst @@ -49,7 +49,8 @@ Changed APIs Deprecated APIs ^^^^^^^^^^^^^^^ -* tbd +* The CSS variables ``--color-text-light`` and ``--color-text-lighter`` were made aliases of ``--color-main-text`` and ``--color-text-maxcontrast`` + in `Nextcloud 20 `_ and are now officially deprecated and will be removed in the near future. Removed APIs ^^^^^^^^^^^^