Remove obsolete connection template context
This commit is contained in:
parent
1c230ce0d6
commit
5272956050
9 changed files with 423 additions and 229 deletions
|
|
@ -342,7 +342,7 @@
|
|||
tr.row-selectable:hover:not(.row-selected) { filter: brightness(0.97); }
|
||||
|
||||
/* Journey flow arrow between column headers */
|
||||
.results-table thead th.flow-step { position: relative; padding-right: 1.4rem; }
|
||||
.results-table thead th.flow-step { position: sticky; padding-right: 1.4rem; }
|
||||
.results-table thead th.flow-step::after {
|
||||
content: '›';
|
||||
position: absolute; right: 0.2rem; top: 50%; transform: translateY(-50%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue