diff --git a/sphinx_audeering_theme/static/css/audeering.css b/sphinx_audeering_theme/static/css/audeering.css index 358aa37..92a906b 100644 --- a/sphinx_audeering_theme/static/css/audeering.css +++ b/sphinx_audeering_theme/static/css/audeering.css @@ -371,6 +371,11 @@ table.preview th p { border-left: none; border-bottom: none; } +table.clickable tr.clicked td:not(.expanded-row-content):not(:first-child) { + /* Remove left border on clicked row when preview is shown, + * without changing position of the text */ + border-left: 1px solid transparent; +} /***** FIGURE AND TABLE CAPTIONS *****************************************/ .wy-table caption, .rst-content table.docutils caption,