Skip to content

Commit 45df4f6

Browse files
fix: restore current session indicator/link on the agenda page (ietf-tools#3790)
1 parent 3234f1a commit 45df4f6

4 files changed

Lines changed: 311 additions & 270 deletions

File tree

ietf/static/css/ietf.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -943,12 +943,8 @@ td.position-empty {
943943
padding-left: 0px !important;
944944
}
945945

946-
.ongoing>td:first-child {
947-
background-color: red !important;
948-
}
949-
950-
.ongoing>td:last-child {
951-
background-color: red !important;
946+
#agenda-table tbody tr.current-session {
947+
border-top: map.get($border-widths, 2) solid map.get($theme-colors, "info");
952948
}
953949

954950
.timetooltip {
@@ -996,4 +992,9 @@ td.position-empty {
996992

997993
#current-time {
998994
display: inline-block;
995+
}
996+
997+
// righthand nav panel styling
998+
#righthand-nav {
999+
width: inherit;
9991000
}

0 commit comments

Comments
 (0)