From 1864c9cf1a83f655b87cbd101403c98e2ff10c25 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:40:19 -0800 Subject: [PATCH] fixup! Rename unselectedBackground to alternateBackground --- docs/customise-client/api.rst | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/customise-client/api.rst b/docs/customise-client/api.rst index 4eef90709..975db00d2 100644 --- a/docs/customise-client/api.rst +++ b/docs/customise-client/api.rst @@ -59,23 +59,23 @@ For instance, here is the customisation used by nextstrain.org: } } -+--------------------------+------------------------------+----------------------------------------------------+ -| Properties | CSS string of | Description | -+==========================+==============================+====================================================+ -| selectedColor | color | Text color of selected text / button text | -+--------------------------+------------------------------+----------------------------------------------------+ -| unselectedColor | color | Text color of unselected text / button text | -+--------------------------+------------------------------+----------------------------------------------------+ -| color | color | Text color of all other text | -+--------------------------+------------------------------+----------------------------------------------------+ -| unselectedBackground (deprecated) | color | Old key for ``alternateBackground`` | -+--------------------------+------------------------------+----------------------------------------------------+ -| alternateBackground | color | Background color of some elements (unselected toggle, panel section borders) | -+--------------------------+------------------------------+----------------------------------------------------+ -| font-family | font | Font used throughout the sidebar | -+--------------------------+------------------------------+----------------------------------------------------+ -| background | color | Background color of the entire sidebar | -+--------------------------+------------------------------+----------------------------------------------------+ ++-----------------------------------+---------------+------------------------------------------------------------------------------+ +| Properties | CSS string of | Description | ++===================================+===============+==============================================================================+ +| selectedColor | color | Text color of selected text / button text | ++-----------------------------------+---------------+------------------------------------------------------------------------------+ +| unselectedColor | color | Text color of unselected text / button text | ++-----------------------------------+---------------+------------------------------------------------------------------------------+ +| color | color | Text color of all other text | ++-----------------------------------+---------------+------------------------------------------------------------------------------+ +| unselectedBackground (deprecated) | color | Old key for ``alternateBackground`` | ++-----------------------------------+---------------+------------------------------------------------------------------------------+ +| alternateBackground | color | Background color of some elements (unselected toggle, panel section borders) | ++-----------------------------------+---------------+------------------------------------------------------------------------------+ +| font-family | font | Font used throughout the sidebar | ++-----------------------------------+---------------+------------------------------------------------------------------------------+ +| background | color | Background color of the entire sidebar | ++-----------------------------------+---------------+------------------------------------------------------------------------------+ Components ----------