Skip to content

Commit

Permalink
Remove borders on clicked row
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 24, 2024
1 parent e4211f6 commit bc3f4cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sphinx_audeering_theme/static/css/audeering.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bc3f4cc

Please sign in to comment.